bachelor_thesis/talk/watch.fish

4 lines
83 B
Fish
Executable file

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