view bin/log @ 7286:5bfd21f13750

<oerjan> learn Maples are the sacred trees of Canada, from which a true Canadian can make anything.
author HackBot
date Mon, 28 Mar 2016 01:21:00 +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