From 7e45af7a5b1fa2f2bbd1f56f25ff78a9cd2ff92f Mon Sep 17 00:00:00 2001 From: Rene Schallner Date: Sat, 20 Nov 2021 21:59:42 +0100 Subject: [PATCH] added check option to daily finder --- ext_commands/daily_finder.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ext_commands/daily_finder.sh b/ext_commands/daily_finder.sh index 800878c..78a62f3 100755 --- a/ext_commands/daily_finder.sh +++ b/ext_commands/daily_finder.sh @@ -15,6 +15,11 @@ else the_dir=$1 fi +if [ $1 = "check" ] ; then + echo OK + exit 0 +fi + # function DaySuffix: # little helper to give us st, nd, th for 1st, 2nd, 3rd, 4th, ... DaySuffix() {