summaryrefslogtreecommitdiff
path: root/common-settings
blob: 84d49d125135d967822f2b14f5a39e46333f6428 (plain)
  1. #!/bin/sh
  2. # Load settings
  3. set -e
  4. . ./defaults.cfg || exit 1
  5. . ./host.cfg || exit 1
  6. . ./target.cfg || exit 1
  7. . ./defaults-aftermath.cfg || exit 1
  8. exit 0