Skip to content

Instantly share code, notes, and snippets.

View tbarsbay's full-sized avatar

Tamer Barsbay tbarsbay

View GitHub Profile
@tbarsbay
tbarsbay / thoughtsandprayers.sh
Created October 3, 2017 19:19
Generate thoughts and prayers without a second thought!
# Generate thoughts and prayers without a second thought!
RSS="`wget -qO- http://rss.nytimes.com/services/xml/rss/nyt/US.xml`"
printf "Scanning New York Times headlines...\n"
getnextxml () {
local IFS=\>
read -d \< ENTITY CONTENT
}