7 lines
114 B
Fish
7 lines
114 B
Fish
#!/usr/bin/fish
|
|
function texwait
|
|
while inotifywait "$argv"
|
|
texexec "$argv" --nonstopmode
|
|
end
|
|
end
|
|
|