view bin/anonlog @ 4485:081307cc01b5

<boily> addquote <fungot> boily: i\'ll probably stop programming the day i will hit the end of the program.
author HackBot
date Thu, 20 Feb 2014 23:25:32 +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