view bin/? @ 9960:1d77e6be8fa6

<oerjan> learn Svalbard is the place where Norway keeps the Global Seed Vault, so that the world\'s PRNGs can be reseeded in case of a civilization-threatening disaster.
author HackBot
date Tue, 13 Dec 2016 00:59:32 +0000
parents 426a317d6dfe
children 5aa89f714ea0
line wrap: on
line source

#!/bin/bash
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