contrib/hotreload: be quiet
This commit is contained in:
parent
3a3887b358
commit
30a26051aa
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ events=modify,create,delete,move
|
|||
targets="themes/ plugins/"
|
||||
|
||||
inotifywait -e "$events" -m -r $targets | while read line; do
|
||||
jobs
|
||||
if [ -z "$(jobs -p)" ]; then
|
||||
jobs >/dev/null # Reap status of any terminated job
|
||||
if [ -z "$(jobs)" ]; then
|
||||
(sleep 0.5 && pkill -USR1 koushin) &
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue