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