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