# HG changeset patch # User HackBot # Date 1360273667 0 # Node ID a38473ce31ac0e8588e7f10b930f4a658c5f5334 # Parent 18964e3eace548db80c8b9077f0c12f4287c4409 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 18964e3eace5 -r a38473ce31ac bin/list --- a/bin/list Thu Feb 07 21:46:35 2013 +0000 +++ b/bin/list Thu Feb 07 21:47:47 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; echo -n $name "" >> bin/list; echo ais523 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