From dd75b4a341925e4ba3408b018941241d4317dd9f Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Mon, 7 Jun 2021 21:47:07 -0400 Subject: updated with cgi scripts to create on-the-fly rss and index --- cgi-bin/cv.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 cgi-bin/cv.sh (limited to 'cgi-bin/cv.sh') 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 -- cgit v1.2.3