#!/bin/ksh -p
# This is a file that will read all comments in a shell script

grep "^#" $1 | grep -v "^#\!/"
