Rev 6 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
# /usr/bin/bash
# This copy of this program is on a branch
#
if [ ! -r $1 ] ; then
echo "File not found: $1"
exit 1