7 lines
83 B
Bash
Executable File
7 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pandoc \
|
|
--pdf-engine=pdfroff \
|
|
--toc-depth=1 \
|
|
CV.md -o CV.pdf
|