Skip to content

Commit acdfc66

Browse files
authored
Update test-c.sh
1 parent 0eb7272 commit acdfc66

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test-c.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ echo -e "------------------------"
99
echo -e "01. 调用脚本A▶"
1010
echo -e "02. 调用脚本B▶"
1111
echo -e "------------------------"
12-
echo -e "0. 退出脚本"
13-
echo -e "------------------------"
1412
read -p "请输入你的选择: " choice
1513

1614
case $choice in
@@ -21,11 +19,6 @@ case $choice in
2119
2)
2220
bash <(wget -qO- -o- https://github.com/crazypeace/gh-proxy/raw/master/test-b.sh)
2321
;;
24-
25-
0)
26-
clear
27-
exit
28-
;;
2922

3023
*)
3124
echo "无效的输入!"

0 commit comments

Comments
 (0)