mirror of
https://git.phreedom.club/localhost_frssoft/bbs-telnet
synced 2024-11-23 14:19:20 +02:00
updatebbs inside bbs
This commit is contained in:
parent
7ada3bd252
commit
1247dd2d36
|
@ -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 New Issue