view bin/? @ 4485:081307cc01b5

<boily> addquote <fungot> boily: i\'ll probably stop programming the day i will hit the end of the program.
author HackBot
date Thu, 20 Feb 2014 23:25:32 +0000
parents abb75d738ee1
children 03afb1619ef2
line wrap: on
line source

#!/bin/sh
topic=$(echo "$1" | lowercase | sed "s/noo\+dl/nooodl/;s/ *$//")
topic1=$(echo "$topic" | sed "s/s$//")
cd wisdom
if [ \( "$topic1" = "ngevd" \) -a \( -e ngevd \) ];
    then cat /dev/urandom;
    elif [ -e "$topic" ];
    then cat "$topic" | rnooodl;
    elif [ -e "$topic1" ];
    then cat "$topic1" | rnooodl;
    else echo "$1? ¯\(°​_o)/¯"; exit 1;
fi