Commit a6f30efa authored by ioedeveloper's avatar ioedeveloper

List dir content

parent c2febcf3
......@@ -3,10 +3,10 @@
set -e
setupRemixd () {
SHAREDDIR="apps/remix-ide/contracts"
SHAREDDIR="/apps/remix-ide/contracts"
echo 'sharing folder: '
echo $PWD/$SHAREDDIR
remixd -s $PWD/$SHAREDDIR --remix-ide http://127.0.0.1:8080 &
echo $PWD$SHAREDDIR
remixd -s $PWD$SHAREDDIR --remix-ide http://127.0.0.1:8080 & ls
}
BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}}
......
......@@ -3,10 +3,10 @@
set -e
setupRemixd () {
SHAREDDIR="apps/remix-ide/contracts"
SHAREDDIR="/apps/remix-ide/contracts"
echo 'sharing folder: '
echo $PWD/$SHAREDDIR
remixd -s $PWD/$SHAREDDIR --remix-ide http://127.0.0.1:8080 &
echo $PWD$SHAREDDIR
remixd -s $PWD$SHAREDDIR --remix-ide http://127.0.0.1:8080 & ls
}
BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}}
......
......@@ -3,10 +3,10 @@
set -e
setupRemixd () {
SHAREDDIR="apps/remix-ide/contracts"
SHAREDDIR="/apps/remix-ide/contracts"
echo 'sharing folder: '
echo $PWD/$SHAREDDIR
remixd -s $PWD/$SHAREDDIR --remix-ide http://127.0.0.1:8080 &
echo $PWD$SHAREDDIR
remixd -s $PWD$SHAREDDIR --remix-ide http://127.0.0.1:8080 & ls
}
BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}}
......
......@@ -3,10 +3,10 @@
set -e
setupRemixd () {
SHAREDDIR="apps/remix-ide/contracts"
SHAREDDIR="/apps/remix-ide/contracts"
echo 'sharing folder: '
echo $PWD/$SHAREDDIR
remixd -s $PWD/$SHAREDDIR --remix-ide http://127.0.0.1:8080 &
echo $PWD$SHAREDDIR
remixd -s $PWD$SHAREDDIR --remix-ide http://127.0.0.1:8080 & ls
}
BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment