diff --git a/entrypoint.sh b/entrypoint.sh index 6a94c52..f49327b 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -9,15 +9,15 @@ # -c Execute command on host, print the result and exit # -v Verbose mode to debug # -while getopts f:c:v: option -do -case "${option}" -in -f) EXECUTE_FILE=${OPTARG};; -c) EXECUTE_COMMAND=${OPTARG};; -v) VERBOSE=${OPTARG};; -esac -done +#while getopts f:c:v: option +#do +#case "${option}" +#in +#f) EXECUTE_FILE=${OPTARG};; +#c) EXECUTE_COMMAND=${OPTARG};; +#v) VERBOSE=${OPTARG};; +#esac +#done # # Move to current directory @@ -28,4 +28,4 @@ cd $CURRENT_DIR # # Run the portable shell # -./your_portable_shell # $EXECUTE_FILE $EXECUTE_COMMAND $VERBOSE \ No newline at end of file +./your_portable_shell # $EXECUTE_FILE $EXECUTE_COMMAND $VERBOSE