diff --git a/bin/on_file_write b/bin/on_file_write index 286a7d9..e9a200b 100755 --- a/bin/on_file_write +++ b/bin/on_file_write @@ -1,5 +1,5 @@ #!/bin/sh while inotifywait --recursive --event CLOSE_WRITE . > /dev/null 2>&1 -do $@ +do $SHELL -c "$@" done