# HG changeset patch # User HackBot # Date 1360273677 0 # Node ID dffe871cb72afaab6f3396c32bf900dd72228c1d # Parent a38473ce31ac0e8588e7f10b930f4a658c5f5334 list diff -r a38473ce31ac -r dffe871cb72a bin/list --- a/bin/list Thu Feb 07 21:47:47 2013 +0000 +++ b/bin/list Thu Feb 07 21:47:57 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 \ 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 ais523 \ No newline at end of file