master
hitsword 2020-03-04 21:55:35 +08:00
parent 6d366dab77
commit 1900e27122
1 changed files with 10 additions and 9 deletions

View File

@ -33,6 +33,15 @@ if pgrep systemd-journal; then
SYSTEMCTL=0
fi
testFun()
{
echo $PASSWD
echo $IP
echo $RPORT
echo $MPORT
echo $LPORT
}
echo
echo "Which mode to run this?"
echo "你想运行在什么模式?"
@ -109,11 +118,3 @@ case $RUNMODE in
testFun
;;
esac
testFun(){
echo $PASSWD
echo $IP
echo $RPORT
echo $MPORT
echo $LPORT
}