view bin/anonlog @ 735:1b0bf5967f5b

<Phantom_Hoover> addquote <oklopol> t <oklopol> y <oklopol> also i didn't say t\\ny on purpose, i just accidentally hit the keyboard with my head
author HackBot
date Thu, 04 Oct 2012 20:49:38 +0000
parents 47a91a806235
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