view bin/trueif @ 11238:c3e03ef4ec7a

<boily> slwd atm//s/steal/duplicate/
author HackBot
date Mon, 06 Nov 2017 12:22:31 +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"