# HG changeset patch # User HackBot # Date 1360274112 0 # Node ID 4351902bae3f1f7bbe40cad1532886764c0a7b84 # Parent 3cca2e7792e4013b1dc685c9cc3489f843f54ca5 list diff -r 3cca2e7792e4 -r 4351902bae3f bin/list --- a/bin/list Thu Feb 07 21:54:38 2013 +0000 +++ b/bin/list Thu Feb 07 21:55:12 2013 +0000 @@ -1,2 +1,2 @@ #!/bin/sh -oldpwd=`pwd`; cd /var/irclogs/_esoteric; name=$(cat $(ls ????-??-??.txt | tail -1) | tail -1 | sed "s/[^<]*.*//; s/.*\* //; s/ .*//"); cd $oldpwd; fgrep -q "$name" bin/list || echo -n "$name " >> bin/list; echo cuttlefish boily elliott Taneb \ No newline at end of file +oldpwd=`pwd`; cd /var/irclogs/_esoteric; name=$(cat $(ls ????-??-??.txt | tail -1) | tail -1 | sed "s/[^<]*.*//; s/.*\* //; s/ .*//"); cd $oldpwd; fgrep -q "$name" bin/list || echo -n "$name " >> bin/list; echo cuttlefish boily elliott Taneb HackEgo \ No newline at end of file