dotfiles/config/fish/functions/texwait.fish

8 lines
114 B
Fish
Raw Normal View History

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