Edit by browser
This commit is contained in:
parent
32dbd1f40a
commit
9f5c4796dc
|
@ -4,7 +4,7 @@ cd /data/workspace/myshixun/step2/
|
||||||
#sh ./wenti.sh
|
#sh ./wenti.sh
|
||||||
# 执行学生代码文件
|
# 执行学生代码文件
|
||||||
|
|
||||||
result=$(grep -c -E "China|Mars" a.sh)
|
result=$(grep -c -E "China|Mars" wenti.sh)
|
||||||
|
|
||||||
if [ $result -eq 0 ];then
|
if [ $result -eq 0 ];then
|
||||||
echo `sh wenti.sh` >/tmp/a.txt
|
echo `sh wenti.sh` >/tmp/a.txt
|
||||||
|
|
Loading…
Reference in New Issue