view bin/trueif @ 10480:06bc54ecf20a

<oerjan> ` mv wisdom/\'`\'{msg,#}
author HackBot
date Tue, 21 Mar 2017 15:20:09 +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"