Skip to content

Instantly share code, notes, and snippets.

@alfanick
Created June 6, 2011 19:57
Show Gist options
  • Save alfanick/1010960 to your computer and use it in GitHub Desktop.
Save alfanick/1010960 to your computer and use it in GitHub Desktop.
Random quotes from Forismatic
#!/bin/bash
curl "http://api.forismatic.com/api/?method=getQuote&lang=en&format=text" | sed -e 's/(/\
\
/g' | sed -e 's/ )//g' | sed -e 's/)//g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment