changeset 6750:29da43f867df

<zgrep> overwrite bin/tomfoolery = TEST
author HackBot
date Wed, 10 Feb 2016 03:40:23 +0000
parents 1f3dbb75e9c1
children 5f85447785c9
files bin/tomfoolery
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/tomfoolery	Wed Feb 10 03:39:50 2016 +0000
+++ b/bin/tomfoolery	Wed Feb 10 03:40:23 2016 +0000
@@ -1,2 +1,1 @@
-if [ -z "$1" ];then echo "Wadda ya want?";exit;fi;a="tmflry/$1";if [ -h "$a" ];then tomfoolery `readlink "$a" | sed 's/^tmflry\///';exit;fi;if [ -x "$a" ];then bash "$a";exit;fi;if [ -r "$a" ];then cat "$a";exit;fi;? "$1"
 TEST