view paste/paste.18999 @ 8939:83e9cce0f6b6

<oerjan> sled bin/bf//3iecho hi
author HackBot
date Thu, 18 Aug 2016 02:35:40 +0000
parents ab2c49f31e97
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