changeset 2915:a20360ccb4cd

<nooodl__> sed -i \'s/";$/" | rnooodl;/\' bin/?
author HackBot
date Wed, 15 May 2013 19:29:24 +0000
parents 89e7690538f4
children 97ee652e5dd6
files bin/?
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bin/?	Wed May 15 18:41:04 2013 +0000
+++ b/bin/?	Wed May 15 19:29:24 2013 +0000
@@ -5,9 +5,9 @@
 if [ \( "$topic1" = "ngevd" \) -a \( -e ngevd \) ];
     then cat /dev/urandom;
     elif [ -e "$topic" ];
-    then cat "$topic";
+    then cat "$topic" | rnooodl;
     elif [ -e "$topic1" ];
-    then cat "$topic1";
+    then cat "$topic1" | rnooodl;
     else echo "$1? ¯\(°_o)/¯"; exit 1;
 fi