Subversion Repositories svn1-original

Rev

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

Rev 1 Rev 4
Line 1... Line 1...
1
# /usr/bin/bash
1
# /usr/bin/bash
-
 
2
# Attempt to make the source pretty
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