Edit by browser
This commit is contained in:
parent
7e0d0f9825
commit
99076cdb7f
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cd /data/workspace/myshixun/step1/
|
#cd /data/workspace/myshixun/step1/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $count -eq 0 ];then
|
if [ $count -eq 0 ];then
|
||||||
sh daan.sh test.txt
|
sh /data/workspace/myshixun/step1/daan.sh /data/workspace/myshixun/step1/test.txt
|
||||||
else
|
else
|
||||||
echo "请检查自己的代码,是否满足题目要求!"
|
echo "请检查自己的代码,是否满足题目要求!"
|
||||||
fi
|
fi
|
Loading…
Reference in New Issue