- Added state space display script.
This commit is contained in:
parent
23b4d167c8
commit
5be15eb73b
7
src/scytherss
Executable file
7
src/scytherss
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Typical usage:
|
||||||
|
#
|
||||||
|
# ./scytherss bke.spdl -r2 | ggv -
|
||||||
|
|
||||||
|
./scyther --state-space $* | dot -Tps
|
Loading…
Reference in New Issue
Block a user