6 lines
46 B
Bash
Executable file
6 lines
46 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd $1
|
|
latexmk $2
|