fish: Add texwait command which autocompiles context files
This commit is contained in:
parent
3676953729
commit
d7bc7c27bb
1 changed files with 7 additions and 0 deletions
7
config/fish/functions/texwait.fish
Normal file
7
config/fish/functions/texwait.fish
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/fish
|
||||
function texwait
|
||||
while inotifywait "$argv"
|
||||
texexec "$argv" --nonstopmode
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in a new issue