Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A script to check the USA's Homeland Security threat level' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A script to check the USA's Homeland Security threat level
Authored by: pobs on Jan 16, '04 08:38:19PM

I think that a small improvement to this code is in order:

alias NervousWreck 'echo -n "Threat Level: ";'" curl -s http://www.dhs.gov/dhspublic/getAdvisoryCondition | tail -n 1 | awk -F\"'"'" '{ print "\$2" }'"

I think it'll work much better now.


No one get worried ... we are all fine. Right?



[ Reply to This | # ]