Edit by browser

This commit is contained in:
张冠群
2020-10-20 18:19:19 +08:00
parent 14ac0e4715
commit 6501206014

View File

@@ -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