annotate bin/hatesgeo @ 272:1640c67f1463

<nortti> run echo -e '#/bin/sh\necho -e "WeLcOmE tO tHe InTeRnAtIoNaL hUb FoR eSoTeRiC pRoGrAmMiNg LaNgUaGe dEsIgN aNd DePlOyMeNt! FoR mOrE iNfOrMaTiOn, ChEcK oUt OuR wIkI:\nHtTp://EsOlAnGs.OrG/wIkI/mAiN_pAgE"' > bin/WeLcOmE; chmod 0755 bin/WeLcOmE
author HackBot
date Fri, 20 Apr 2012 16:49:59 +0000
parents e037173e0012
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e037173e0012 Initial import.
HackBot
parents:
diff changeset
1 #!/bin/sh
e037173e0012 Initial import.
HackBot
parents:
diff changeset
2 perl -n -e '/:(.*?)!.*JOIN/; $j{$1}++; END {print "$_ $j{$_};" for sort {$j{$b} <=> $j{$a}} keys %j}' $@