Newer
Older
# Simple script to stand up a development environment for a seed VM using
# kayobe. This should be executed from the hypervisor.
PARENT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
function main {
config_init
seed_deploy
}
main