view bin/hatesgeo @ 2156:b7bf38492d41

<Phantom_Hoover> revert
author HackBot
date Sun, 17 Feb 2013 02:17:43 +0000
parents e037173e0012
children
line wrap: on
line source

#!/bin/sh
perl -n -e '/:(.*?)!.*JOIN/; $j{$1}++; END {print "$_ $j{$_};" for sort {$j{$b} <=> $j{$a}} keys %j}' $@