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