view bin/log @ 11531:5dd37771fa2a draft

<shachaf> learn A limerick is a verse with two left metrical feet and three right metrical feet.
author HackEso <hackeso@esolangs.org>
date Thu, 26 Apr 2018 21:10:39 +0100
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