auto prefix all embark commands

This commit is contained in:
Michael Bradley, Jr 2018-07-25 15:16:44 -05:00
parent 1cd56d6f4c
commit c9676b4a1b
1 changed files with 4 additions and 0 deletions

4
run.sh
View File

@ -75,6 +75,10 @@ run_embark () {
else
cmd=( $(echo "$@") )
fi
case $1 in
-V|--version|-h|--help|new|demo|build|run|blockchain|simulator|test|\
reset|graph|upload|version) cmd=( "embark" "$cmd" );;
esac
docker run \
-it \