fix: 移除重复的echo语句并修复文件结尾换行符

清理脚本中重复的echo命令并确保文件以换行符结尾
This commit is contained in:
2025-07-31 05:08:00 +08:00
parent 06cd400bd5
commit bf2fe3932a

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env bash
echo "run.sh"
echo "run.sh"
echo "run.sh"