diff options
Diffstat (limited to 'cgi-bin/cv.sh')
-rwxr-xr-x | cgi-bin/cv.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cgi-bin/cv.sh b/cgi-bin/cv.sh new file mode 100755 index 0000000..b61e9b3 --- /dev/null +++ b/cgi-bin/cv.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +# Converts CV to downloadable PDF. + +printf 'content-type: application/pdf\n\n' +mutool convert -F pdf cv.html |