changeset 1878:c0e8233a8638

<Jafet> sed -ie \'s,-c;,-c | head -c 1000;,\' bin/\\?
author HackBot
date Sun, 27 Jan 2013 09:27:41 +0000
parents 985e17f8a3fd
children 7ffc1a3eb304
files bin/? bin/?e
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bin/?	Sun Jan 27 09:26:50 2013 +0000
+++ b/bin/?	Sun Jan 27 09:27:41 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;
+    then tr -d "[:print:]\r" </dev/urandom | iconv -f UTF-16 -t UTF-8 -c | head -c 1000;
     elif [ -e "$topic" ];
     then cat "$topic";
     elif [ -e "$topic1" ];
--- a/bin/?e	Sun Jan 27 09:26:50 2013 +0000
+++ b/bin/?e	Sun Jan 27 09:27:41 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-8 -t UTF-8 -c;
+    then tr -d "[:print:]\r" </dev/urandom | iconv -f UTF-16 -t UTF-8 -c;
     elif [ -e "$topic" ];
     then cat "$topic";
     elif [ -e "$topic1" ];