Advertisement
Guest User

Untitled

a guest
Sep 12th, 2011
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. # Load the configfile given on the command line
  2. if [ -e "$configfile" ]
  3. then
  4. . "$configfile"
  5. if [ "$configfile" != "" ]
  6. then
  7. die "$configfile does not exist.";
  8. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement