view bin/log @ 6937:a4e2b9749d1d

<zgrep> ` grep -ri \'hg\' bin > things_with_hg_in_them_in_bin.txt
author HackBot
date Tue, 23 Feb 2016 05:18:43 +0000
parents e037173e0012
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:$(shuf -n 1 $file)"
fi