#!/bin/sh
if test $# -gt 0; then
	shift;
fi
su-to-root -X -c 'gsmartcontrol $@'
exit $?
