annotate bin/trueif @ 6769:28e587e73ecb

<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:28:18 +0000
parents a144620931fd
children 80e69152fba8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6769
28e587e73ecb <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"
HackBot
parents: 6766
diff changeset
1 if [ -z "$1" ];then exec echo "Please give me something to check.";fi;bash -c "if [ $1 ];then echo 'True.';else echo 'False.';fi"