changeset 1875:d22f389fa57b

<Jafet> sed -ie \'s,\\[:print:\\],[:print:]\\\\r,\' bin/\\?
author HackBot
date Sun, 27 Jan 2013 09:15:06 +0000
parents 2355c0160b25
children d414786a1837
files bin/? bin/?e
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bin/?	Sun Jan 27 09:11:46 2013 +0000
+++ b/bin/?	Sun Jan 27 09:15:06 2013 +0000
@@ -3,7 +3,7 @@
 topic1=$(echo "$topic" | sed "s/s$//")
 cd wisdom
 if [ \( "$topic" = "ngevd" \) -a \( -e ngevd \) ];
-    then tr -d "[:print:]" </dev/urandom;
+    then tr -d "[:print:]\r" </dev/urandom;
     elif [ -e "$topic" ];
     then cat "$topic";
     elif [ -e "$topic1" ];
--- a/bin/?e	Sun Jan 27 09:11:46 2013 +0000
+++ b/bin/?e	Sun Jan 27 09:15:06 2013 +0000
@@ -3,7 +3,7 @@
 topic1=$(echo "$topic" | sed "s/s$//")
 cd wisdom
 if [ \( "$topic" = "ngevd" \) -a \( -e ngevd \) ];
-    then cat /dev/urandom;
+    then tr -d "[:print:]" </dev/urandom;
     elif [ -e "$topic" ];
     then cat "$topic";
     elif [ -e "$topic1" ];