lib/pvl/hosts/hosts.sh
author Tero Marttila <tero.marttila@aalto.fi>
Fri, 27 Feb 2015 18:07:32 +0200
branch0.8
changeset 654 8069b08e90ac
parent 628 b10ad946d01d
permissions -rw-r--r--
bin/update: fixup relative/absolute paths
# TODO
## Test hosts zone for validity using pvl.hosts-check:
#
#   check_hosts     .../hosts
function check_hosts {
    local hosts=$1; shift 1
    
    check $hosts \
        $OPT/bin/pvl.hosts-check $hosts
}