main
PC-202302260912\Administrator 2023-07-24 16:04:32 +08:00
parent 984d382dc5
commit d0e91e7ebb
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ game(){
read -p "请输入包名(不需要带文件后缀): " package
read -p "请输入游戏服ip: " ip
echo -e "开始发送 包名:$package, ip$ip"
send_one_ip $project $package
send_one_ip $package $ip
game
;;
3)