main
PC-202302260912\Administrator 2023-07-24 16:06:51 +08:00
parent d0e91e7ebb
commit 169b6a4e1a
1 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,7 @@ game(){
;;
2)
echo -e "${YELLOW}单独发送${NC}"
ls -l ../package/
read -p "请输入包名(不需要带文件后缀): " package
read -p "请输入游戏服ip: " ip
echo -e "开始发送 包名:$package, ip$ip"
@ -87,6 +88,7 @@ game(){
;;
3)
echo -e "${YELLOW}渠道发送${NC}"
ls -l ../package/
read -p "请输入包名(不需要带文件后缀): " package
read -p "请输入文件名称(不需要带文件后缀): " iptxt
echo -e "开始发送 包名:$package, 渠道:$iptxt"