Created
April 15, 2016 08:41
-
-
Save ludo237/a45bf36899bd60e52d92afb0c525d257 to your computer and use it in GitHub Desktop.
Automate Happy B. Day
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sh /home/YourUser/saints.sh | mutt -s "Happy Birthday! <3" [email protected] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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