view paste/paste.19593 @ 6438:5e6f89fdd821

<b_jonas> le/rn not found/not found? \xc2\xaf\\(\xc2\xb0\xe2\x80\x8b_o)/\xc2\xaf
author HackBot
date Mon, 21 Dec 2015 18:24:57 +0000
parents 1794894163e2
children
line wrap: on
line source

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