added script to automatically generate the cv
authorwww-data <www-data@epicenter.media.mit.edu>
Mon, 20 Aug 2012 19:33:04 +0000 (15:33 -0400)
committerwww-data <www-data@epicenter.media.mit.edu>
Mon, 20 Aug 2012 19:33:04 +0000 (15:33 -0400)
latest-cv.cgi [new file with mode: 0755]

diff --git a/latest-cv.cgi b/latest-cv.cgi
new file mode 100755 (executable)
index 0000000..f0d64c3
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/bash 
+
+git fetch -q
+git reset -q --hard HEAD
+
+make pdf &> /dev/null
+echo "Content-type: application/pdf"
+echo
+cat bmh-cv.pdf

Benjamin Mako Hill || Want to submit a patch?