Subversion Repositories svn1-original

Rev

Rev 6 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6 Rev 7
Line 1... Line 1...
1
# /usr/bin/bash
1
# /usr/bin/bash
-
 
2
# This copy of this program is on a branch
2
#
3
#
3
#
4
#
4
if [ ! -r $1 ] ; then
5
if [ ! -r $1 ] ; then
5
    echo "File not found: $1"
6
    echo "File not found: $1"
6
    exit 1
7
    exit 1