257 bytes added
, 00:47, 27 March 2015
== BASH Script ==
=== Hello World ===
<source lang="bash">
#!/bin/bash
echo Hello World
</source>
=== Variables ===
=== Strings ===
=== Loops ===
==== While ====
==== For ====
=== Conditional ===
==== if ====
==== case ====
=== User Input ===
=== Arrays ===