view bin/tomfoolery @ 6742:ac885f680b01

<zgrep> ` 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
author HackBot
date Wed, 10 Feb 2016 03:29:34 +0000
parents 8cc7755c656a
children af73ced0d1c1
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 [ -r "$a" ];then cat "$a";exit;fi;? "$1"