view paste/paste.2434 @ 1296:b1f4b21c2aa7

<GreyKnight> echo "Brick goes in brain. A common punishment for perpetrators of brainf**k derivatives." > wisdom/brick
author HackBot
date Mon, 07 Jan 2013 21:18:08 +0000
parents e037173e0012
children
line wrap: on
line source

#!/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