file update

This commit is contained in:
Administrator 2019-05-17 15:07:00 +08:00
parent 5dc6c510f1
commit 38ddd39ef8
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
sh case1/code.sh > result.txt
sh case1/code.sh |grep -v 'data*' | grep -v 'start*' |grep -v '.docker*' > result.txt
sh case1/answer.sh > answer.txt
diff result.txt answer.txt > /dev/null