Skip to content

Commit 8747bc5

Browse files
authored
Update test-b.sh
1 parent ad5fd5b commit 8747bc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-b.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ while true; do
55
echo "我是脚本B"
66
echo "假装这是一个菜单"
77
echo -e "------------------------"
8-
echo -e "01. 调用脚本A▶"
9-
echo -e "03. 调用脚本C▶"
8+
echo -e "01. 调用脚本A "
9+
echo -e "03. 调用脚本C "
1010
echo -e "------------------------"
1111
read -p "请输入你的选择: " choice
1212

0 commit comments

Comments
 (0)