Print birthdays with cow

This commit is contained in:
finga 2020-11-12 13:24:17 +01:00
parent bd9db209fd
commit 087078a025

12
.banner
View file

@ -1,6 +1,10 @@
# echo shell header
out=$(birthdays)
if [[ $out ]]; then
cowsay -d -W50 $out
else
cowsay -d -W50 $(fortune)
fi
ddate
echo
birthdays
echo
command cowsay -d $(fortune)