Skip to content

Instantly share code, notes, and snippets.

@theeternalsw0rd
Created February 2, 2014 05:38
Show Gist options
  • Save theeternalsw0rd/8763541 to your computer and use it in GitHub Desktop.
Save theeternalsw0rd/8763541 to your computer and use it in GitHub Desktop.
#!/bin/sh
curl http://www.patreon.com/$1 -s | grep totalEarnings | head -n 1 | sed 's/\(.*\)">\([^<]*\).*/\2/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment