view bin/trueif @ 8518:0dfc503499fb

<oerjan> ` hg cat -r 5060d5af0b98 bin/rnooodl >bin/rnooodl
author HackBot
date Fri, 17 Jun 2016 09:48:17 +0000
parents 80e69152fba8
children
line wrap: on
line source

if [ -z "$1" ];then exec echo "Please give me something to check.";fi;bash -c "if [[ $1 ]];then echo 'True.';else echo 'False.';fi"