Suppress error if birthdays
cannot be found
This commit is contained in:
parent
1565ba2beb
commit
c850cd7507
1 changed files with 1 additions and 1 deletions
2
.banner
2
.banner
|
@ -1,5 +1,5 @@
|
||||||
# echo shell header
|
# echo shell header
|
||||||
out=$(birthdays)
|
out=$(birthdays 2> /dev/null)
|
||||||
|
|
||||||
if [[ $out ]]; then
|
if [[ $out ]]; then
|
||||||
cowsay -d -W50 $out
|
cowsay -d -W50 $out
|
||||||
|
|
Loading…
Reference in a new issue