#! /bin/sh -e

if [ $(whoami) = "root" ]; then

	/sbin/conplast "$@"

else

	sudo /sbin/conplast "$@"

fi

exit 0