From 65012060146ea705f3a67a78dba7cc02b7709712 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:19:19 +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 9a54f99..7914c89 100644 --- a/step2/2.sh +++ b/step2/2.sh @@ -7,7 +7,7 @@ cd /data/workspace/myshixun/step2/ result=$(grep -c -E "China|Mars" a.sh) if [ $result -eq 0 ];then - echo `sh a.sh` >/tmp/a.txt + echo `sh wenti.sh` >/tmp/a.txt python3 b.py else