forked from trinitrix/core
10 lines
97 B
Plaintext
10 lines
97 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
|
||
|
|
||
|
|
||
|
ebnf2pdf "./docs/grammar.ebnf"
|
||
|
mv out.pdf ./docs/grammar.pdf
|
||
|
|
||
|
|
||
|
# vim: ft=sh
|