view bin/trueif @ 10382:80035b119441

<shachaf> slwd np//s.ns.n problems.
author HackBot
date Fri, 10 Mar 2017 03:39:34 +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"