Added more [[]]-related checks

This commit is contained in:
Vidar Holen
2012-11-08 20:19:34 -08:00
parent 977cf427ca
commit 97e886e6dd
4 changed files with 59 additions and 26 deletions

View File

@@ -0,0 +1 @@
until [ $var > $foo ]; do var=$(cow); done