mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-22 22:18:40 +00:00
3 lines
90 B
Bash
Executable file
3 lines
90 B
Bash
Executable file
#!/bin/sh
|
|
|
|
docker run --rm -w "/data/examples" -v "$PWD":/data blang/latex xelatex cv.tex
|