Modifications for Elegast cluster.

This commit is contained in:
ccremers 2004-07-28 13:40:09 +00:00
parent 7aaed2dc90
commit a86e44dac6

View File

@ -1,10 +0,0 @@
#!/bin/sh
./scyther $* >>output.txt
case $? in
0) echo "./scyther $* : Noattack" >>done.txt;;
1) echo "./scyther $* : ERROR" >>done.txt;;
2) echo "./scyther $* : Noattack (no claims)" >>done.txt;;
3) echo "./scyther $* : ATTACK" >>done.txt;;
esac