updatebbs inside bbs

This commit is contained in:
localhost_frssoft 2023-07-25 17:13:04 +03:00
parent 7ada3bd252
commit 1247dd2d36

View File

@ -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 > '