# HG changeset patch # User HackBot # Date 1455075207 0 # Node ID af73ced0d1c13586c9acc1e1b440e5ff814d31f4 # Parent ac885f680b01f9ff64068ab7626e7816be5a9eb8 ` 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 ac885f680b01 -r af73ced0d1c1 bin/tomfoolery --- a/bin/tomfoolery Wed Feb 10 03:29:34 2016 +0000 +++ b/bin/tomfoolery Wed Feb 10 03:33:27 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 [ -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"