Changes

Jump to navigation Jump to search
170 bytes added ,  01:05, 27 March 2015
Line 20: Line 20:  
echo $HELLO
 
echo $HELLO
 
</source>
 
</source>
 +
==== Boolean ====
 +
#!/bin/bash
 +
the_world_is_flat=true
 +
# ...do something interesting...
 +
if [ "$the_world_is_flat" = true ] ; then
 +
    echo 'Be careful not to fall off!'
 +
fi
    
=== Strings ===
 
=== Strings ===

Navigation menu