view bin/trueif @ 6766:a144620931fd

<zgrep> newcmd trueif = if [ -z "$1" ];then exec echo "Please give me something to check.";fi;if [ $1 ];then echo "True.";else echo "False.";fi
author HackBot
date Wed, 10 Feb 2016 04:26:51 +0000
parents
children 28e587e73ecb
line wrap: on
line source

if [ -z "$1" ];then exec echo "Please give me something to check.";fi;if [ $1 ];then echo "True.";else echo "False.";fi