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