From 9f5c4796dc69f847ab1f739ea219cd2d31d20504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=86=A0=E7=BE=A4?= Date: Tue, 20 Oct 2020 18:20:16 +0800 Subject: [PATCH] Edit by browser --- step2/2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/step2/2.sh b/step2/2.sh index 7914c89..4daa0c9 100644 --- a/step2/2.sh +++ b/step2/2.sh @@ -4,7 +4,7 @@ cd /data/workspace/myshixun/step2/ #sh ./wenti.sh # 执行学生代码文件 -result=$(grep -c -E "China|Mars" a.sh) +result=$(grep -c -E "China|Mars" wenti.sh) if [ $result -eq 0 ];then echo `sh wenti.sh` >/tmp/a.txt