3 lines
110 B
Bash
Executable File
3 lines
110 B
Bash
Executable File
#!/bin/sh
|
|
cat htmlheader > index.html && Markdown.pl resume.md >> index.html && cat htmlfooter >> index.html
|