3 lines
83 B
Plaintext
3 lines
83 B
Plaintext
|
#!/bin/sh
|
||
|
find -name "*.mkiv" | xargs -i% sh -c 'echo % | entr context --luatex %'
|