latexmk/entrypoint.sh
2023-05-15 09:01:47 +02:00

7 lines
54 B
Bash
Executable file

#!/usr/bin/env bash
set -e
cd $1
latexmk
latexmk -c