7 lines
54 B
Bash
Executable file
7 lines
54 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd $1
|
|
latexmk
|
|
latexmk -c
|