Dropped FB likes script

Script moved to it's own project and can be installed via homebrew
This commit is contained in:
Josh Sherman 2015-01-19 22:25:25 -05:00
parent 2cff3ace10
commit 700968c1a3

View file

@ -1,2 +0,0 @@
#!/bin/sh
wget http://graph.facebook.com/$1 -q -O - | awk -F ',"(likes|shares)":' '{print substr($2, 0, length($2) - 1)}'