From 0f6613ebaf148585a1eb632cc6d0197a50b34351 Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Sat, 22 Mar 2025 20:30:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20cycle=20echo=20=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cycle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cycle.sh b/cycle.sh index 0b88ee0..c0d1ec2 100644 --- a/cycle.sh +++ b/cycle.sh @@ -3,5 +3,5 @@ while true do sh gan.sh "$i" ((i++)) - echo "$1 次循环完成" + echo "第 $i 次循环完成" done