fish: Add texwait command which autocompiles context files

This commit is contained in:
Sijmen 2018-11-23 15:00:53 +01:00
parent 3676953729
commit d7bc7c27bb

View file

@ -0,0 +1,7 @@
#!/usr/bin/fish
function texwait
while inotifywait "$argv"
texexec "$argv" --nonstopmode
end
end