Edit by browser

This commit is contained in:
张冠群 2020-10-20 18:14:49 +08:00
parent 8b36a8536d
commit 179034104d
1 changed files with 13 additions and 1 deletions

View File

@ -1,4 +1,16 @@
#!/bin/bash
#/bin/sbin
cd /data/workspace/myshixun/step2/
sh ./wenti.sh
#sh ./wenti.sh
# 执行学生代码文件
result=$(grep -c -E "China|Mars" a.sh)
if [ $result -eq 0 ];then
echo `sh a.sh` >/tmp/a.txt
python3 b.py
else
echo "请正确编写代码,不要手动echo 差集"
fi