view bin/anonlog @ 12483:8739deaaa64f draft

<b_jonas> slashlearn password//The password of the month is then he fed the starving children with the newly-founded feast.
author HackEso <hackeso@esolangs.org>
date Fri, 02 Jun 2023 20:29:25 +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