diff --git a/bin/watch-run b/bin/watch-run index 1f263a8..aaae099 100755 --- a/bin/watch-run +++ b/bin/watch-run @@ -13,6 +13,4 @@ cmd=("$@") # I specifically want the command to expand here. # # shellcheck disable=SC2068 -until fd . "${dir}" | entr -dr ${cmd[@]}; do - echo 'Press Space or edit a file to re-run command' -done +until fd . "${dir}" | entr -dr ${cmd[@]}; do :; done