Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Load the configfile given on the command line
- if [ -e "$configfile" ]
- then
- . "$configfile"
- if [ "$configfile" != "" ]
- then
- die "$configfile does not exist.";
- fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement