From 403465ff419c5422f5e585267e8b4aa12f1777f9 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 21 Jan 2020 14:49:12 +0100 Subject: watch-calendars: watch all calendars in parallel! --- watch-calendars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-70-g09d2