# Give a fortune cookie
if [[ $(command -v fortune) ]]
then
if [[ $(command -v cowsay) ]]
fortune -so | cowsay -n
else
fortune -so
fi