#!/bin/bash -l
TERM=xterm
MGMT_HOME=/usr/lib/applmgmt
VHERDRUNNER=${MGMT_HOME}/base/bin/vherdrunner
MAINSHELL=${MGMT_HOME}/linux_cli/bin/main-shell
CONF_PATH=/etc/applmgmt/applmgmt.conf

exec ${VHERDRUNNER} ${MAINSHELL} --config ${CONF_PATH} "$@"
