Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 786 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 786 Bytes

Inspirational daily Quotes

A bash script to receive an inspirational quote in your terminal from the web https://www.passiton.com/inspirational-quotes

How to use

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

Ideas

you can add this script to your .bashrc file and receive an inspirational quote everytime you open your terminal