changeset 337:ab2c49f31e97

<ais523> paste bin/log
author HackBot
date Sun, 29 Apr 2012 02:32:15 +0000
parents db6b785d3855
children 2105e89ffe69
files paste/paste.18999
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/paste/paste.18999	Sun Apr 29 02:32:15 2012 +0000
@@ -0,0 +1,9 @@
+#!/bin/sh
+cd /var/irclogs/_esoteric
+if [ "$1" ]; then
+    grep -P -i -- "$1" ????-??-??.txt | shuf -n 1
+else
+    file=$(shuf -en 1 ????-??-??.txt)
+    echo "$file:$(shuf -n 1 $file)"
+fi
+