Suppress error if birthdays cannot be found

This commit is contained in:
finga 2021-10-27 10:15:31 +02:00
parent 1565ba2beb
commit c850cd7507

View file

@ -1,5 +1,5 @@
# echo shell header
out=$(birthdays)
out=$(birthdays 2> /dev/null)
if [[ $out ]]; then
cowsay -d -W50 $out