dotfiles/.local/bin/scripts/context-watch
2022-08-30 00:06:26 +02:00

2 lines
83 B
Bash
Executable file

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