dotfiles/config/fish/functions/texwait.fish

7 lines
114 B
Fish

#!/usr/bin/fish
function texwait
while inotifywait "$argv"
texexec "$argv" --nonstopmode
end
end