Demo: curl -4 [hash404.com/fortune/] (http://hash404.com/fortune/)
Add this line to your bash alias file:
$ alias fortune='curl -s http://example.com/fortune/'####To install cowsay use: On Ubuntu/Debian:
$ sudo apt-get install cowsayOn CentOS/Fedora:
$ sudo yum install cowsayFor Windows, try this:
$ npm install -g cowsay$ alias fortune='curl -s http://example.com/fortune/ | cowsay'