annotate bin/seen @ 1586:0f478516eacc

<elliott> echo "#!/bin/sh" >bin/seen; echo \'grep "^..:..:..: <$1>" /var/irclogs/_esoteric/????-??-??.txt | tail -n 1\' >>bin/seen; chmod +x bin/seen
author HackBot
date Mon, 21 Jan 2013 23:48:48 +0000
parents
children d0cab6c7cabb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1586
0f478516eacc <elliott> echo "#!/bin/sh" >bin/seen; echo \'grep "^..:..:..: <$1>" /var/irclogs/_esoteric/????-??-??.txt | tail -n 1\' >>bin/seen; chmod +x bin/seen
HackBot
parents:
diff changeset
1 #!/bin/sh
0f478516eacc <elliott> echo "#!/bin/sh" >bin/seen; echo \'grep "^..:..:..: <$1>" /var/irclogs/_esoteric/????-??-??.txt | tail -n 1\' >>bin/seen; chmod +x bin/seen
HackBot
parents:
diff changeset
2 grep "^..:..:..: <$1>" /var/irclogs/_esoteric/????-??-??.txt | tail -n 1