view bin/trueif @ 8352:9992dab882dc

<moon_> mkx bin/brand//for i in {1..8}; do echo -n $((RANDOM % $1)); done
author HackBot
date Sun, 05 Jun 2016 23:50:00 +0000
parents 80e69152fba8
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"