view bin/anonlog @ 718:f7f9d336aab7

<oerjan> learn itidus19 disappeared into a space-time anomaly
author HackBot
date Fri, 28 Sep 2012 20:47:57 +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