view bin/quote @ 7810:f8773763a707

<Moon__> mkx bin/congratulate//echo congratulations Moon_, you are the ruler of the chat!
author HackBot
date Fri, 06 May 2016 00:35:38 +0000
parents e037173e0012
children 797fb6694b97 3e54f8d1843f
line wrap: on
line source

#!/bin/sh
allquotes | if [ "$1" ]; then
    if expr "$1" + 0 >/dev/null 2>&1; then
        sed "$1q;d"
    else
        grep -P -i -- "$1"
    fi
else shuf -n 1; fi