#!/bin/sh

echo Setting environment variables
. /etc/profile

echo launching UI application
/mnt/oem/bin/oem_ui_process $@
