bachelor_thesis/latex/watch.fish
2020-03-18 10:33:35 +01:00

4 lines
83 B
Fish
Executable file

#!/usr/bin/fish
while inotifywait -e modify ./**.tex ./figs/**
make thesis
end