Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- cat <<EOF
- if [ -f \${config_directory}/custom.cfg ]; then
- source \${config_directory}/custom.cfg
- elif [ -z "\${config_directory}" -a -f \$prefix/custom.cfg ]; then
- source \$prefix/custom.cfg;
- fi
- EOF
Add Comment
Please, Sign In to add comment