diff options
Diffstat (limited to 'monitor-inotifywait.sh')
| -rwxr-xr-x | monitor-inotifywait.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor-inotifywait.sh b/monitor-inotifywait.sh index 03fefae..4c9db2a 100755 --- a/monitor-inotifywait.sh +++ b/monitor-inotifywait.sh @@ -9,5 +9,5 @@ csi -s main.scm while true; do inotifywait -r -q "${dir}" sleep 1 - csi -s main.scm + csi -s main.scm || true done |
