1
0
Fork 0
mirror of https://github.com/Oreolek/gamebookformat.git synced 2024-07-05 08:04:30 +03:00
gamebookformat/test.sh
Pelle Nilsson 707d5692cb Switched from JSON to simpler format.
Code is a bit of a mess at the moment. Might have to generate some JSON
later anyway to make it easier to make playable game in browser.
2013-05-30 00:18:05 +02:00

19 lines
361 B
Bash
Executable file

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