mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-26 16:08:37 +00:00
4 lines
90 B
Bash
4 lines
90 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
docker run --rm -w "/data/examples" -v "$PWD":/data blang/latex xelatex cv.tex
|