view bin/anonlog @ 8348:74bf237657ef

<Taneb> echo "\xc2\xaf\\(o\xe2\x80\x8b_\xc2\xb0)/\xc2\xaf ?sdrawkcab" > wisdom/backward
author HackBot
date Sun, 05 Jun 2016 20:46:23 +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