bachelor_thesis/latex/watch.fish

5 lines
83 B
Fish
Raw Permalink Normal View History

2020-03-18 10:33:35 +01:00
#!/usr/bin/fish
while inotifywait -e modify ./**.tex ./figs/**
make thesis
end