view bin/trueif @ 9710:a389b33b1a47

<oerjan> ` mv bin/whoops{s,}
author HackBot
date Thu, 17 Nov 2016 17:27:02 +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"