#!/system/bin/sh

clear
cd "$1"
shift

source ${QAMAR_HOME}/etc/environment

exec $@
