comparison bin/? @ 4285:5c5fc08f8113

<oerjan> sed -i \'2s!s/!s/no\\+dl/nooodl/;s/!\' bin/?
author HackBot
date Tue, 14 Jan 2014 00:55:13 +0000
parents fec2e65e53bc
children 1e110f9d6e37
comparison
equal deleted inserted replaced
4284:6a29d684ae63 4285:5c5fc08f8113
1 #!/bin/sh 1 #!/bin/sh
2 topic=$(echo "$1" | lowercase | sed "s/ *$//") 2 topic=$(echo "$1" | lowercase | sed "s/no+dl/nooodl/;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" ];