pointtools/bin/point2pdf
Christoph Lohmann 6595feb811 Initial commit.
2014-01-21 09:25:03 +01:00

9 lines
125 B
Bash
Executable File

#!/bin/sh
name="slides"
[ $# -gt 0 ] && name="$1"
enscript *.txt -Brf "Courier16" -p - > "${name}.ps"
ps2pdf "${name}.ps"