mirror of
https://git.phreedom.club/localhost_frssoft/bbs-telnet
synced 2024-11-23 17:19:21 +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 > '
|
printf 'test io > '
|
||||||
done
|
done
|
||||||
;;
|
;;
|
||||||
|
"updatebbs")
|
||||||
|
git pull
|
||||||
|
echo 'reconnect pls'
|
||||||
|
break
|
||||||
|
;;
|
||||||
*) break ;;
|
*) break ;;
|
||||||
esac
|
esac
|
||||||
printf 'bbs > '
|
printf 'bbs > '
|
||||||
|
|
Loading…
Reference in New Issue