#! /bin/bash # # This is a simple example of a script, it says hello then calls ls -al # echo "How are you today Mr. Wilson?" ls -al