view bin/trueif @ 12515:df8f62801bed draft default tip

<int-e> learn The password of the month is twenty-six characters long
author HackEso <hackeso@esolangs.org>
date Tue, 01 Oct 2024 11:58:37 +0100
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"