view bin/? @ 4094:bbe9ae610bbc

<shachaf> echo \'echo resume\' > bin/r\xc3\xa8sum\xc3\xa8; chmod +x bin/r\xc3\xa8sum\xc3\xa8
author HackBot
date Thu, 28 Nov 2013 21:14:46 +0000
parents fec2e65e53bc
children 5c5fc08f8113
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