comparison bin/? @ 4286:1e110f9d6e37

<oerjan> revert
author HackBot
date Tue, 14 Jan 2014 00:55:44 +0000
parents 5c5fc08f8113
children 42ab57044a8e
comparison
equal deleted inserted replaced
4285:5c5fc08f8113 4286:1e110f9d6e37
1 #!/bin/sh 1 #!/bin/sh
2 topic=$(echo "$1" | lowercase | sed "s/no+dl/nooodl/;s/ *$//") 2 topic=$(echo "$1" | lowercase | sed "s/ *$//")
3 topic1=$(echo "$topic" | sed "s/s$//") 3 topic1=$(echo "$topic" | sed "s/s$//")
4 cd wisdom 4 cd wisdom
5 if [ \( "$topic1" = "ngevd" \) -a \( -e ngevd \) ]; 5 if [ \( "$topic1" = "ngevd" \) -a \( -e ngevd \) ];
6 then cat /dev/urandom; 6 then cat /dev/urandom;
7 elif [ -e "$topic" ]; 7 elif [ -e "$topic" ];