# HG changeset patch # User HackBot # Date 1455077797 0 # Node ID e387433ae925ce618b6a38736d032f2428b9335a # Parent 66c7221772c02b03c7200d063288ac4d342f2ae7 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" diff -r 66c7221772c0 -r e387433ae925 bin/tomfoolery --- 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"