diff bin/? @ 3544:bc37b2b9cc23

<Roujo> echo cat > /hackenv/bin/\\?
author HackBot
date Thu, 29 Aug 2013 20:11:21 +0000
parents a20360ccb4cd
children 9eed56c86b4e
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