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

5 lines
101 B
Bash
Executable File

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