dotfiles/.local/bin/scripts/context-watch

3 lines
83 B
Bash
Executable File

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