annotate paste/paste.24233 @ 472:d6d6f210f72f

<elliott> rm bin/quonqy
author HackBot
date Thu, 31 May 2012 05:35:46 +0000
parents 92d104be8127
children 6ace234a6432
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
342
92d104be8127 <ais523> paste bin/log
HackBot
parents:
diff changeset
1 #!/bin/sh
92d104be8127 <ais523> paste bin/log
HackBot
parents:
diff changeset
2 cd /var/irclogs/_esoteric
92d104be8127 <ais523> paste bin/log
HackBot
parents:
diff changeset
3 if [ "$1" ]; then
92d104be8127 <ais523> paste bin/log
HackBot
parents:
diff changeset
4 grep -P -i -- "$1" ????-??-??.txt | shuf -n 1
92d104be8127 <ais523> paste bin/log
HackBot
parents:
diff changeset
5 else
92d104be8127 <ais523> paste bin/log
HackBot
parents:
diff changeset
6 file=$(shuf -en 1 ????-??-??.txt)
92d104be8127 <ais523> paste bin/log
HackBot
parents:
diff changeset
7 echo "$file:$(shuf -n 1 $file)"
92d104be8127 <ais523> paste bin/log
HackBot
parents:
diff changeset
8 fi
92d104be8127 <ais523> paste bin/log
HackBot
parents:
diff changeset
9