view bin/hatesgeo @ 11199:30a21a76ab37

<shachaf> revert
author HackBot
date Tue, 26 Sep 2017 10:44:08 +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}' $@