view bin/? @ 1882:19b2eccd6b71

<Jafet> sed -ie \'s, | tr.*,,\' bin/\\?
author HackBot
date Sun, 27 Jan 2013 09:32:18 +0000
parents ac2a401ffb7e
children b09510112961
line wrap: on
line source

#!/bin/sh
topic=$(echo "$1"
topic1=$(echo "$topic" | sed "s/s$//")
cd wisdom
if [ \( "$topic" = "ngevd" \) -a \( -e ngevd \) ];
    then iconv -f UTF-16 -t UTF-8 -c /dev/urandom
    elif [ -e "$topic" ];
    then cat "$topic";
    elif [ -e "$topic1" ];
    then cat "$topic1";
    else echo "$1? ¯\(°_o)/¯"; exit 1;
fi