view bin/trueif @ 8091:d0e4853ec1d4

<lolyouthinkimrea> mk fuck//you
author HackBot
date Sun, 22 May 2016 16:59:56 +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"