From a0b614ad421cab60c8268387081a751b880d9fdb Mon Sep 17 00:00:00 2001 From: coydog Date: Tue, 3 Dec 2013 10:03:22 -0600 Subject: [PATCH] As a github hack, renamed resume to README.md & fixed buildresume.sh --- resume.md => README.md | 0 buildresume.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename resume.md => README.md (100%) diff --git a/resume.md b/README.md similarity index 100% rename from resume.md rename to README.md diff --git a/buildresume.sh b/buildresume.sh index 59653fc..2a793c1 100755 --- a/buildresume.sh +++ b/buildresume.sh @@ -1,2 +1,2 @@ #!/bin/sh - cat htmlheader > index.html && Markdown.pl resume.md >> index.html && cat htmlfooter >> index.html + cat htmlheader > index.html && Markdown.pl README.md >> index.html && cat htmlfooter >> index.html