view paste/paste.2434 @ 10024:b6ec15959604

<oerjan> le/rn the third wisdom//The third wisdom is that four equals five.
author HackBot
date Sun, 25 Dec 2016 00:52:47 +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