view paste/paste.2434 @ 12358:ac118374bb93 draft

<int-e> le/rn addquote//The \'addquote\' command is for adding quotes. Please use it on channel, we like knowing what\'s in there.
author HackEso <hackeso@esolangs.org>
date Sun, 13 Dec 2020 05:40:13 +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