view bin/trueif @ 11637:2cf2920c480d draft

<int-e> ` rm wisdom/utf8; ln wisdom/{utf-8,utf8}
author HackEso <hackeso@esolangs.org>
date Thu, 25 Oct 2018 13:17:24 +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"