A bash script to receive an inspirational quote in your terminal from the web https://www.passiton.com/inspirational-quotes
chmod +x inspirationalQuote.sh
./inspirationalQuote.sh
To have the quote displayed in cowsay
you can run:
./inspirationalQuote.sh -c ## for elephant by default
./inspirationalQuote.sh -c vader ## to run as another specific cowfile
./inspirationalQuote.sh -r ## to pull a random cowsay
./inspirationalQuote.sh -d ## pull a demotivational quote. can be combined with random and cowsay with or without a cowfile
you can add this script to your .bashrc file and receive an inspirational quote everytime you open your terminal