view bin/trueif @ 12345:369cb8f8fd16 draft

<user3456> fetch /hackenv/quotes https://hack.esolangs.org/get/quotes
author HackEso <hackeso@esolangs.org>
date Tue, 06 Oct 2020 19:03:20 +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"