view bin/trueif @ 11112:6412d84cf279

<oerjan> sled bin/rot13//1c#!/hackenv/bin/shebang_args_or_input python
author HackBot
date Sat, 22 Jul 2017 00:41:18 +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"