view bin/trueif @ 12157:335b43d166d9 draft

<wib_jonas> `` ln -sv ../wisdom ../quotes /hackenv/share/
author HackEso <hackeso@esolangs.org>
date Mon, 18 Nov 2019 10:40:47 +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"