#!/bin/sh
HTOP_BINARY=/opt/maemo/usr/bin/htop

if [ "x$1" == "x--xterm" ]; then
	shift
	exec /opt/bin/term-app-launcher -e ${HTOP_BINARY} -f "Monospace 12" -T Htop
fi 

exec /opt/maemo/usr/bin/htop "$@"
