view bin/trueif @ 6770:80e69152fba8

<zgrep> overwrite bin/trueif = if [ -z "$1" ];then exec echo "Please give me something to check.";fi;bash -c "if [[ $1 ]];then echo \'True.\';else echo \'False.\';fi"
author HackBot
date Wed, 10 Feb 2016 05:31:08 +0000
parents 28e587e73ecb
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"