#!/usr/bin/env sh ebnf2pdf "./docs/grammar.ebnf" mv out.pdf ./docs/grammar.pdf # vim: ft=sh