As a github hack, renamed resume to README.md & fixed buildresume.sh

This commit is contained in:
coydog 2013-12-03 10:03:22 -06:00
parent d22110049b
commit a0b614ad42
2 changed files with 1 additions and 1 deletions

View File

@ -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