diff options
Diffstat (limited to 'watch-calendars')
-rwxr-xr-x | watch-calendars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/watch-calendars b/watch-calendars index 5f89051..cbae9be 100755 --- a/watch-calendars +++ b/watch-calendars @@ -5,7 +5,7 @@ if [ $# -eq 0 ]; then -type d \ -mindepth 1 \ -maxdepth 1 \ - -exec "$0" {} \; + | parallel -j0 "$0" exit $? fi |