#!/bin/sh

if [ "`whoami`" = "root" ]
	then
		run-standalone.sh /opt/keyboard-leds/KeyboardLEDs
fi

if [ "`whoami`" = "user" ]
	then
		sudo $0
fi
