annotate bin/list @ 5205:6b7474824ec6

<Taneb> ` echo "#!/bin/sh" > bin/2014
author HackBot
date Wed, 31 Dec 2014 20:24:53 +0000
parents 34a42bd1bd03
children be90d778a82d f3cda88d93c5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2407
34a42bd1bd03 <Phantom_Hoover> revert
HackBot
parents:
diff changeset
1 #!/bin/sh
34a42bd1bd03 <Phantom_Hoover> revert
HackBot
parents:
diff changeset
2 grep '^..:..:..: <[^>]*> `list' /var/irclogs/_esoteric/201[3-9]-??-??.txt | sed 's/^.*<//;s/>.*//;s/_*$//' | sort -u | tr '\n' ' '
34a42bd1bd03 <Phantom_Hoover> revert
HackBot
parents:
diff changeset
3