view bin/? @ 12296:042127c1c142 draft

<fizzie> ` rm /hackenv/bin/bfi; ln -s /hackenv/lib/kps/bfi /hackenv/bin/bfi # no need for actual copies that you can forget to delete though
author HackEso <hackeso@esolangs.org>
date Sat, 04 Jan 2020 13:28:36 +0000
parents 192a3128831e
children
line wrap: on
line source

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