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
# 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 | |
} |