#! /bin/sh -e

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

	conplast "$@"

else

	sudo conplast "$@"

fi

exit 0