#!/bin/sh
if [ $(id -u) = 0 ]
then
	exec nitdroid-installer "$@"
else
	exec sudo nitdroid-installer "$@"
fi
