8 lines
105 B
Plaintext
8 lines
105 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# Typical usage:
|
||
|
#
|
||
|
# ./scytherss bke.spdl -r2 | ggv -
|
||
|
|
||
|
./scyther --state-space $* | dot -Tps
|