changeset 6762:e387433ae925

<zgrep> overwrite bin/tomfoolery = t=\'then exec\';if [ -z "$1" ];$t echo "I have nothing to tell you.";fi;f="tmflry/$1";if [ -h "$f" ];$t tomfoolery `readlink "$f" | sed \'s/^tmflry\\///\'`;fi;if [ -x "$f" ];$t bash "$f";if [ -r "$f" ];$t cat "$f";fi;? "$1"
author HackBot
date Wed, 10 Feb 2016 04:16:37 +0000
parents 66c7221772c0
children 75632330eef3
files bin/tomfoolery
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/tomfoolery	Wed Feb 10 04:11:40 2016 +0000
+++ b/bin/tomfoolery	Wed Feb 10 04:16:37 2016 +0000
@@ -1,1 +1,1 @@
-if [ -z "$1" ]; then exec echo "I have nothing to tell you."; fi
+t='then exec';if [ -z "$1" ];$t echo "I have nothing to tell you.";fi;f="tmflry/$1";if [ -h "$f" ];$t tomfoolery `readlink "$f" | sed 's/^tmflry\///'`;fi;if [ -x "$f" ];$t bash "$f";if [ -r "$f" ];$t cat "$f";fi;? "$1"