# HG changeset patch # User HackBot # Date 1455074974 0 # Node ID ac885f680b01f9ff64068ab7626e7816be5a9eb8 # Parent f4ad183b1cb47ab4194d9041e5ddaa2f42663e80 ` 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 diff -r f4ad183b1cb4 -r ac885f680b01 bin/tomfoolery --- 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"