Print birthdays with cow
This commit is contained in:
parent
bd9db209fd
commit
087078a025
1 changed files with 8 additions and 4 deletions
12
.banner
12
.banner
|
@ -1,6 +1,10 @@
|
||||||
# echo shell header
|
# echo shell header
|
||||||
|
out=$(birthdays)
|
||||||
|
|
||||||
|
if [[ $out ]]; then
|
||||||
|
cowsay -d -W50 $out
|
||||||
|
else
|
||||||
|
cowsay -d -W50 $(fortune)
|
||||||
|
fi
|
||||||
|
|
||||||
ddate
|
ddate
|
||||||
echo
|
|
||||||
birthdays
|
|
||||||
echo
|
|
||||||
command cowsay -d $(fortune)
|
|
||||||
|
|
Loading…
Reference in a new issue