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