aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/warpc/watchtestscripts.sh
blob: fbc90b648f7d9967a87553885310c56d51ec6f63 (plain)
1
2
3
4
5
#!/bin/bash

trap exit SIGINT

while true; do find . -type f -name "*.js" | entr -pd ./build.sh; done