view bin/tomfoolery @ 6748:ff1253db8cf3

<zgrep> append bin/tomfoolery = TEST
author HackBot
date Wed, 10 Feb 2016 03:38:38 +0000
parents 42f6e7ff8fda
children 29da43f867df
line wrap: on
line source

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"
TEST