panres/watch_latex

6 lines
116 B
Text
Raw Permalink Normal View History

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