feat: 在run.sh中添加第5、6、7行输出

This commit is contained in:
2025-07-31 05:52:10 +08:00
parent 3b118bf156
commit 52f418ac07

View File

@@ -4,3 +4,6 @@ echo "run.sh 1"
echo "run.sh 2"
echo "run.sh 3"
echo "run.sh 4"
echo "run.sh 5"
echo "run.sh 6"
echo "run.sh 7"