# HG changeset patch # User HackBot # Date 1455075277 0 # Node ID 42f6e7ff8fda591dfa3e27db4ae2840bb1454ddb # Parent af73ced0d1c13586c9acc1e1b440e5ff814d31f4 ` echo \'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"\' > bin/tomfoolery diff -r af73ced0d1c1 -r 42f6e7ff8fda bin/tomfoolery --- a/bin/tomfoolery Wed Feb 10 03:33:27 2016 +0000 +++ b/bin/tomfoolery Wed Feb 10 03:34:37 2016 +0000 @@ -1,1 +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" +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"