view bin/trueif @ 11217:59572dc3a666

<shachaf> swrjan s/arrant/kind/
author HackBot
date Thu, 05 Oct 2017 01:27:38 +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"