Subversion Repositories svn1-original

Rev

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

Rev 4 Rev 5
Line 1... Line 1...
1
# /usr/bin/bash
1
# /usr/bin/bash
2
# Attempt to make the source pretty
-
 
3
#
2
#
4
#
3
#
5
if [ ! -r $1 ] ; then
4
if [ ! -r $1 ] ; then
6
    echo "File not found: $1"
5
    echo "File not found: $1"
7
    exit 1
6
    exit 1