Files
hugo/internal/warpc/watchwebp.sh
T
2025-12-16 19:29:16 +01:00

8 lines
113 B
Bash
Executable File

#!/bin/bash
trap exit SIGINT
while true; do find genwebp -type f -name "*.c" | entr -pd ./buildwebp.sh; done