view bin/trueif @ 8223:48081f08ffbf

<oerjan> le/rn Gey/I know nothing about Gey, sir.
author HackBot
date Tue, 31 May 2016 01:01:02 +0000
parents 80e69152fba8
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"