Watch
1
0
Fork
You've already forked dotfiles
0

bin: Restart servers from watch-test

This commit is contained in:
Jeremy Kaplan 2026-06-23 12:47:58 -04:00
commit 5be610f2dc

View file

@ -14,6 +14,6 @@ echo 'Press Space or edit a file to run tests'
# I specifically want the command to expand here. # I specifically want the command to expand here.
# #
# shellcheck disable=SC2068 # shellcheck disable=SC2068
until fd . "${dir}" | entr -cdp ${cmd[@]}; do until fd . "${dir}" | entr -cdpr ${cmd[@]}; do
echo 'Press Space or edit a file to re-run tests' echo 'Press Space or edit a file to re-run tests'
done done