robin (owner)

Revisions

gist: 81887 Download_button fork
public
Public Clone URL: git://gist.github.com/81887.git
Embed All Files: show embed
appstore sales report counter #
1
awk -F"\t" '{if ($11 != 0) print $3, $10, $11, $14}' $1 | sort | awk '/YOUR_APP_ID_HERE/ {amount += $2} END {print "YOUR_APP_NAME_HERE", amount, amount * YOUR_APP_PRICE_HERE}'