changeset 1884:6610206a575f

<Jafet> revert
author HackBot
date Sun, 27 Jan 2013 09:32:44 +0000
parents b09510112961
children 792fbc70d05e
files bin/? bin/?e
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/bin/?	Sun Jan 27 09:32:41 2013 +0000
+++ b/bin/?	Sun Jan 27 09:32:44 2013 +0000
@@ -1,9 +1,9 @@
 #!/bin/sh
-topic=$(echo "$1" | tr A-Z a-z | sed "s/ *$//")
+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 | tr -d "\r"
+    then iconv -f UTF-16 -t UTF-8 -c /dev/urandom
     elif [ -e "$topic" ];
     then cat "$topic";
     elif [ -e "$topic1" ];
--- a/bin/?e	Sun Jan 27 09:32:41 2013 +0000
+++ b/bin/?e	Sun Jan 27 09:32:44 2013 +0000
@@ -3,7 +3,7 @@
 topic1=$(echo "$topic" | sed "s/s$//")
 cd wisdom
 if [ \( "$topic" = "ngevd" \) -a \( -e ngevd \) ];
-    then tr -d "[:print:]\r" </dev/urandom | iconv -f UTF-16 -t UTF-8 -c | head -c 1000;
+    then iconv -f UTF-16 -t UTF-8 -c /dev/urandom | tr -d "\r"
     elif [ -e "$topic" ];
     then cat "$topic";
     elif [ -e "$topic1" ];