7 lines
135 B
Bash
7 lines
135 B
Bash
|
#!/bin/sh
|
||
|
#
|
||
|
# Test conform ce stuff, but our version
|
||
|
#
|
||
|
./scyther -r5 $* <spdl/bkepk.spdl
|
||
|
./scyther -r6 $* <spdl/bkepk.spdl | tail -n 1
|