# get net specific data declare -r _FQDN=$(hostname -f) declare -r _NETNAME=${_FQDN#*.} if [[ -n "${_NETNAME}" ]]; then _load net '*' fi