Bash Shell Programming

Bash shell programming notes.
  • Hello World
  • #!/bin/bash
    
    echo "Hello, World!"