view paste/paste.2434 @ 11255:ad0977bc1f45

<oerjan> addquote <Taneb> English is a lie, words lack intrinsic meaning <int-e> fortunately people don\'t operate for long in a vacuum so there\'ll always be context
author HackBot
date Thu, 07 Dec 2017 10:21:07 +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