mirror of
https://git.phreedom.club/localhost_frssoft/bbs-telnet
synced 2025-01-05 05:33:33 +02:00
updatebbs inside bbs
This commit is contained in:
parent
7ada3bd252
commit
1247dd2d36
1 changed files with 5 additions and 0 deletions
|
@ -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 > '
|
||||
|
|
Loading…
Reference in a new issue