panres/watch_latex
2019-08-30 17:50:10 -04:00

5 lines
116 B
Bash
Executable file

#!/usr/bin/env bash
while inotifywait -e modify .; do
xelatex -interaction=nonstopmode -halt-on-error latex
done