index
:
site
master
The source for oriole.systems
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
entr.sh
3
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