summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--entr.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/entr.sh b/entr.sh
index 5c824a3..ce74f01 100644
--- a/entr.sh
+++ b/entr.sh
@@ -2,5 +2,6 @@ while true; do
{
fd -e xml -e md -e scss
fd . util/
- } | entr -pcd make
+ } | entr -cd make
+ sleep 1
done