view bin/trueif @ 6768:442cbb80c3b5

<zgrep> rm trueif
author HackBot
date Wed, 10 Feb 2016 05:28:14 +0000
parents a144620931fd
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