view bin/? @ 3260:ef6e7d1b9831

<oerjan> sed -i \'s/lived/ruled the world/\' wisdom/lystrosaurus
author HackBot
date Tue, 02 Jul 2013 00:23:31 +0000
parents a20360ccb4cd
children bc37b2b9cc23
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