Skip to content

Instantly share code, notes, and snippets.

@ludo237
Created April 15, 2016 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ludo237/a45bf36899bd60e52d92afb0c525d257 to your computer and use it in GitHub Desktop.
Save ludo237/a45bf36899bd60e52d92afb0c525d257 to your computer and use it in GitHub Desktop.
Automate Happy B. Day
sh /home/YourUser/saints.sh | mutt -s "Happy Birthday! <3" email@example.com
curl -s http://www.santodelgiorno.it | sed -n '87p' santi.txt | awk '{print $4}' | sed 's/\"//'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment