From c850cd7507808f06e64e1940228d1e6365a374d8 Mon Sep 17 00:00:00 2001 From: finga Date: Wed, 27 Oct 2021 10:15:31 +0200 Subject: [PATCH] Suppress error if `birthdays` cannot be found --- .banner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.banner b/.banner index bae614c..873d513 100644 --- a/.banner +++ b/.banner @@ -1,5 +1,5 @@ # echo shell header -out=$(birthdays) +out=$(birthdays 2> /dev/null) if [[ $out ]]; then cowsay -d -W50 $out