view bin/? @ 3588:ae2389081b20

<Donger> echo /bin/cat \\$1 dog > bin/cat
author HackBot
date Sat, 31 Aug 2013 20:14:21 +0000
parents 9eed56c86b4e
children fec2e65e53bc
line wrap: on
line source

#!/bin/sh
topic=$(echo "$1" | lowercase | sed "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