# HG changeset patch # User HackBot # Date 1360273698 0 # Node ID 23162f465636a6c803943253d0feea9b37234898 # Parent dffe871cb72afaab6f3396c32bf900dd72228c1d echo "#!/bin/sh" >bin/list; echo -n \'oldpwd=`pwd`; cd /var/irclogs/_esoteric; name=$(cat $(ls ????-??-??.txt | tail -1) | tail -1 | sed "s/[^<]*.*//"); cd $oldpwd; fgrep -q "$name" bin/list || echo -n "$name " >> bin/list; echo \' >> bin/list diff -r dffe871cb72a -r 23162f465636 bin/list --- a/bin/list Thu Feb 07 21:47:57 2013 +0000 +++ b/bin/list Thu Feb 07 21:48:18 2013 +0000 @@ -1,2 +1,2 @@ #!/bin/sh -oldpwd=`pwd`; cd /var/irclogs/_esoteric; name=$(cat $(ls ????-??-??.txt | tail -1) | tail -1 | sed "s/[^<]*.*//"); cd $oldpwd; fgrep -q "$name" bin/list || echo -n "$name " >> bin/list; echo ais523 \ No newline at end of file +oldpwd=`pwd`; cd /var/irclogs/_esoteric; name=$(cat $(ls ????-??-??.txt | tail -1) | tail -1 | sed "s/[^<]*.*//"); cd $oldpwd; fgrep -q "$name" bin/list || echo -n "$name " >> bin/list; echo \ No newline at end of file