#!/bin/bash # a simple program to print the contents of the user's home directory # (note that ls ~ is simpler, but the point is the cd is local to the shell # executing the script) cd ls