Want a magical cow to tell you your fortune? (Instead of that boring old fish?)

Install cowsay and fortune !
sudo apt-get -y install cowsay fortune
Use command substitution on fortune and have cowsay display it:
cowsay $(fortune)
Do this whole blog post in one step!
sudo apt-get -y install cowsay fortune && cowsay $(fortune) && echo 'http://grimtech.net is cool!'
I have to poop.