view bin/trueif @ 10241:c9e4b25d8966

<shachaf> slwd fizzie//s.king.prime minister.
author HackBot
date Mon, 13 Feb 2017 01:37:54 +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"