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

19 lines
361 B
Bash
Raw Normal View History

#!/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
2013-05-29 01:01:17 +03:00
open test.html
./formatgamebook.py test.gamebook test.rtf
2013-05-29 01:01:17 +03:00
open test.rtf