changeset 1888:50351e052ee2

<Jafet> sed -ie \'s,urandom,urandom | cat,\' bin/\\?
author HackBot
date Sun, 27 Jan 2013 09:36:34 +0000
parents 5ee72dd18ad5
children e4afc16c5066
files bin/? bin/?e
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bin/?	Sun Jan 27 09:33:58 2013 +0000
+++ b/bin/?	Sun Jan 27 09:36:34 2013 +0000
@@ -3,7 +3,7 @@
 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
+    then iconv -f UTF-16 -t UTF-8 -c /dev/urandom | cat
     elif [ -e "$topic" ];
     then cat "$topic";
     elif [ -e "$topic1" ];
--- a/bin/?e	Sun Jan 27 09:33:58 2013 +0000
+++ b/bin/?e	Sun Jan 27 09:36:34 2013 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-topic=$(echo "$1"
+topic=$(echo "$1" | tr A-Z a-z | sed "s/ *$//")
 topic1=$(echo "$topic" | sed "s/s$//")
 cd wisdom
 if [ \( "$topic" = "ngevd" \) -a \( -e ngevd \) ];