diff options
author | 53hornet <atc@53hor.net> | 2021-07-28 10:58:58 -0400 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-07-28 10:58:58 -0400 |
commit | bfaccc32571df8a02f69518d8864244efba3b5b5 (patch) | |
tree | cc71a44054af00e73d0db2a1c79c347db3f31327 /cgi-bin/cv.sh | |
parent | dd75b4a341925e4ba3408b018941241d4317dd9f (diff) | |
download | 53hor-bfaccc32571df8a02f69518d8864244efba3b5b5.tar.xz 53hor-bfaccc32571df8a02f69518d8864244efba3b5b5.zip |
php site, templating and partials, faster index generation
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 |