view bin/trueif @ 9291:facea1455b05

<ais523> addquote <fungot> boily: i walked 5 miles to get to http://community.schemewiki.org from there. but it\'s written in a relatively portable style?
author HackBot
date Sat, 15 Oct 2016 16:07: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"