initial commit
This commit is contained in:
6
create-pdf.sh
Executable file
6
create-pdf.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
pandoc \
|
||||
--pdf-engine=pdfroff \
|
||||
--toc-depth=1 \
|
||||
CV.md -o CV.pdf
|
||||
Reference in New Issue
Block a user