file update
This commit is contained in:
parent
5dc6c510f1
commit
38ddd39ef8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue