#!/bin/ksh

export COMPONENTS=${PWD}/Components
export VBXDIR=${PWD}/vbx

echo COMPONENTS: ${COMPONENTS}
echo VBXDIR: ${VBXDIR}

main

