mirror of
https://github.com/vale981/bachelor_thesis
synced 2025-03-05 09:31:42 -05:00
4 lines
83 B
Fish
Executable file
4 lines
83 B
Fish
Executable file
#!/usr/bin/fish
|
|
while inotifywait -e modify ./**.tex ./figs/**
|
|
make slides
|
|
end
|