Skip to content

Instantly share code, notes, and snippets.

@hron84
Created March 22, 2013 13:05
Show Gist options
  • Save hron84/5221091 to your computer and use it in GitHub Desktop.
Save hron84/5221091 to your computer and use it in GitHub Desktop.
Command line coelho
#!/bin/sh
curl -ks http://instantcoelho.com/ | fgrep -A1 '<div id="quote">' | sed -n 's/<p>//;s/<\/p>//;2p' | tr -d '\t'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment