ag_gen/tools/path_walk.sh
2021-09-23 13:55:29 -05:00

10 lines
145 B
Bash
Executable File

#!/bin/bash
echo Enter the state to walk to:
read varname
python3 path_walk.py $varname new.dot out.dot
rm temp.dot
dot -Tsvg out.dot >ag.svg