changeset 6742:ac885f680b01

<zgrep> ` echo \'if [ -z "$1" ];then echo "Wadda ya want?";exit;fi;a="tmflry/$1";if [ -x "$a" ];then bash "$a";exit;fi;if [ -r "$a" ];then cat "$a";exit;fi;? "$1"\' > bin/tomfoolery
author HackBot
date Wed, 10 Feb 2016 03:29:34 +0000
parents f4ad183b1cb4
children af73ced0d1c1
files bin/tomfoolery
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/tomfoolery	Wed Feb 10 03:27:50 2016 +0000
+++ b/bin/tomfoolery	Wed Feb 10 03:29:34 2016 +0000
@@ -1,1 +1,1 @@
-if [ -z "$1" ];then echo "Wadda ya want?";exit;fi;a="tmflry/$1";if [ -x "$a" ];then bash "$a";exit;fi;if [ -e "$a" ];then cat "$a";exit;fi;? "$1"
+if [ -z "$1" ];then echo "Wadda ya want?";exit;fi;a="tmflry/$1";if [ -x "$a" ];then bash "$a";exit;fi;if [ -r "$a" ];then cat "$a";exit;fi;? "$1"