annotate paste/paste.24233 @ 565:c11055f18ffa

<oerjan> addquote <oklopol> i don't get how people are afraid of parachute jumping but they routinely drive a car in fucking traffic
author HackBot
date Mon, 25 Jun 2012 08:11:42 +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