1
0
Fork 0
mirror of https://github.com/Oreolek/gamebookformat.git synced 2024-07-03 07:05:09 +03:00
gamebookformat/test.sh

14 lines
237 B
Bash
Raw Normal View History

#!/bin/sh
./formatgamebook.py test.json test.debug
cat test.debug
./formatgamebook.py test.json test.dot
dot -Tpng test.dot > test.png && open test.png
./formatgamebook.py test.json test.tex
#./formatgamebook.py test.json test.rtf