view bin/trueif @ 11462:f9485e29a250 draft

<shachaf> slwd hackeso//s/ H/ entirely&/
author HackEso <hackeso@esolangs.org>
date Sat, 07 Apr 2018 23:56:24 +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"