view bin/log @ 10745:91fff3360603

<rdococ> le//rn UT//The UT series is a mathematical infinite series of alternating deconstructions and reconstructions of video games.
author HackBot
date Sun, 16 Apr 2017 20:00:45 +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