Edit by browser

This commit is contained in:
实践教学 2020-10-21 15:22:07 +08:00
parent 7e0d0f9825
commit 99076cdb7f
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
cd /data/workspace/myshixun/step1/
#cd /data/workspace/myshixun/step1/
@ -56,7 +56,7 @@ then
fi
if [ $count -eq 0 ];then
sh daan.sh test.txt
sh /data/workspace/myshixun/step1/daan.sh /data/workspace/myshixun/step1/test.txt
else
echo "请检查自己的代码,是否满足题目要求!"
fi