panres/watch_latex

6 lines
116 B
Plaintext
Raw Normal View History

2019-08-30 21:50:10 +00:00
#!/usr/bin/env bash
while inotifywait -e modify .; do
xelatex -interaction=nonstopmode -halt-on-error latex
done