view bin/tomfoolery @ 6739:8cc7755c656a

<zgrep> ` echo \'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"\' > bin/tomfoolery
author HackBot
date Wed, 10 Feb 2016 03:15:50 +0000
parents c2f9ba5cfacf
children ac885f680b01
line wrap: on
line source

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"