Edit by browser

This commit is contained in:
张冠群 2020-10-23 15:31:21 +08:00
parent b505c56dac
commit 3826387527
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ cd /data/workspace/myshixun/step2/
result=$(grep -c -E "China|Mars" wenti.sh)
if [ $result -eq 0 ];then
echo `sh wenti.sh` >/tmp/a.txt
echo `sh wenti.sh`|xargs >/tmp/a.txt
python3 b.py
else