changeset 6748:ff1253db8cf3

<zgrep> append bin/tomfoolery = TEST
author HackBot
date Wed, 10 Feb 2016 03:38:38 +0000
parents fb85fff6029a
children 1f3dbb75e9c1
files bin/tomfoolery
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/tomfoolery	Wed Feb 10 03:38:23 2016 +0000
+++ b/bin/tomfoolery	Wed Feb 10 03:38:38 2016 +0000
@@ -1,1 +1,2 @@
 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