#!/bin/sh -u # -Ian! D. Allen - idallen@idallen.ca - www.idallen.com echo "Hello World!" echo "This is the third line." echo "This is the fourth line." echo "This shell is:" ps $$