1
0
Fork 0
mirror of https://github.com/Oreolek/gamebookformat.git synced 2024-07-01 06:05:11 +03:00
gamebookformat/test.sh
Pelle Nilsson 4986b40cf0 Initial basic version of gamebook formatter.
Reused old paragraphs.py and test_paragraphs.py.
Implemented very basic output for Graphviz DOT and LaTeX files.
Basic plain-text debug output.
2013-05-27 23:33:36 +02:00

14 lines
237 B
Bash

#!/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