view bin/trueif @ 11220:119554c56366

<boily> le/rn beer//Beer never ships from Qu\xc3\xa9bec.
author HackBot
date Wed, 11 Oct 2017 01:11:03 +0000
parents c989a1669243
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"