From 38263875270e02160beeb53270b13731dcba266b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=86=A0=E7=BE=A4?= Date: Fri, 23 Oct 2020 15:31:21 +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 4daa0c9..46dfd17 100644 --- a/step2/2.sh +++ b/step2/2.sh @@ -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