3
0

loadOVHConfig 151 B

12345678
  1. #!/bin/bash
  2. OVH_CONFDIR="${OVH_CONFDIR:-"${HOME}/.config/ovh"}"
  3. set -a
  4. OVH_CONF="${OVH_CONFDIR}/${1:?need a config from listOVHConfig}.conf"
  5. set +a