changeset 3544:bc37b2b9cc23

<Roujo> echo cat > /hackenv/bin/\\?
author HackBot
date Thu, 29 Aug 2013 20:11:21 +0000
parents 293932d0a3fa
children 8fadb562842e
files bin/?
diffstat 1 files changed, 1 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/bin/?	Thu Aug 29 20:09:53 2013 +0000
+++ b/bin/?	Thu Aug 29 20:11:21 2013 +0000
@@ -1,13 +1,1 @@
-#!/bin/sh
-topic=$(echo "$1" | lowercase | sed "s/ *$//")
-topic1=$(echo "$topic" | sed "s/s$//")
-cd wisdom
-if [ \( "$topic1" = "ngevd" \) -a \( -e ngevd \) ];
-    then cat /dev/urandom;
-    elif [ -e "$topic" ];
-    then cat "$topic" | rnooodl;
-    elif [ -e "$topic1" ];
-    then cat "$topic1" | rnooodl;
-    else echo "$1? ¯\(°_o)/¯"; exit 1;
-fi
-
+cat