summaryrefslogtreecommitdiff
path: root/assets/cv.php
diff options
context:
space:
mode:
Diffstat (limited to 'assets/cv.php')
-rw-r--r--assets/cv.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/assets/cv.php b/assets/cv.php
deleted file mode 100644
index c9255a8..0000000
--- a/assets/cv.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
-header('content-type: application/pdf');
-header('content-disposition: attachment; filename=adam-carpenter-cv.pdf');
-exec('/usr/local/bin/mutool convert -F pdf -o /tmp/cv.pdf cv.html');
-passthru('/bin/cat /tmp/cv.pdf');