Commit 90dd3f8e authored by 黎博's avatar 黎博

modify go.sh

parent 2421208c
...@@ -38,9 +38,9 @@ finalCmd=`echo $startCmd | sed "s#place-holder#${namespace}#g"` ...@@ -38,9 +38,9 @@ finalCmd=`echo $startCmd | sed "s#place-holder#${namespace}#g"`
nohup $finalCmd & nohup $finalCmd &
if [[ $DEBUG == 1 ]]; then # if [[ $DEBUG == 1 ]]; then
echo 'debug' # echo 'debug'
tail -f ~/.vimrc # tail -f ~/.vimrc
fi # fi
echo done!!! echo done!!!
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