Skip to content

Instantly share code, notes, and snippets.

@lutoma
Created June 25, 2010 18:34
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 lutoma/453243 to your computer and use it in GitHub Desktop.
Save lutoma/453243 to your computer and use it in GitHub Desktop.
echo "Das Piratenwiki ist"; if [ `curl -silent wiki.piratenpartei.de | grep generator | sed -r 's/<.+="//' | sed -r 's/ [1-9].+//'` == 'MediaWiki' ]; then echo " online"; else echo " offline"; fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment