view bin/anonlog @ 3809:48774c96538e

<boily> addquote \\item <elliott\\_> `addquote <olsner> two quotes about quotes about django <olsner> I guess the worst part is that I appear in all three hackego quotes about django \\\\ <olsner> elliott\\_: another quote? you\'re not helping \\texttt{:/} \xe2\x86\x90 and three giraffes.
author HackBot
date Fri, 20 Sep 2013 19:00:36 +0000
parents ee2e8950bb3c
children
line wrap: on
line source

#!/bin/sh
cd /var/irclogs/_esoteric
if [ "$1" ]; then
    grep -P -i -- "$1" ????-??-??.txt | shuf -n 1| sed "s=<[^>]*> =="
else
    file=$(shuf -en 1 ????-??-??.txt)
    echo "$file:$(grep "<.*>" $file | shuf -n 1)" | sed "s=<[^>]*> =="
fi