diff options
| -rwxr-xr-x | genafx-nogen.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/genafx-nogen.sh b/genafx-nogen.sh new file mode 100755 index 00000000..27e2b040 --- /dev/null +++ b/genafx-nogen.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +set -e + +baseout="$1" +shift 1 + +a2ps --file-align=virtual --header="Affixes" --tabsize=2 -E -g -o output/"$baseout".ps output/"$baseout".txt + +ps2pdf output/"$baseout".ps output/"$baseout".pdf + +mupdf output/"$baseout".pdf |
