if [ $USER != root ]; then exec gksudo "$0" "$@"; fi

for I in /sys/class/leds/pandora*/brightness
do
	echo 0 >$I
done
