From bf2fe3932ab804b6411f9b6fa7d84e27b414223a Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Thu, 31 Jul 2025 05:08:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E7=9A=84echo=E8=AF=AD=E5=8F=A5=E5=B9=B6=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E7=BB=93=E5=B0=BE=E6=8D=A2=E8=A1=8C=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 清理脚本中重复的echo命令并确保文件以换行符结尾 --- shell/run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell/run.sh b/shell/run.sh index 082690d..fecd1fa 100644 --- a/shell/run.sh +++ b/shell/run.sh @@ -1,3 +1,5 @@ #!/usr/bin/env bash +echo "run.sh" +echo "run.sh" echo "run.sh" \ No newline at end of file