diff --git a/executor.sh b/executor.sh index 2562018..b73f73c 100755 --- a/executor.sh +++ b/executor.sh @@ -83,6 +83,11 @@ while read -r cmd mesg; do printf 'test io > ' done ;; + "updatebbs") + git pull + echo 'reconnect pls' + break + ;; *) break ;; esac printf 'bbs > '