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