#!/bin/sh

export PREENV_ROOT=/opt/preenv

. $PREENV_ROOT/env.sh

exec sh

