#!/bin/sh

echo $[`grep current /proc/acpi/video/VID1/LCD0/brightness | cut -d ' ' -f 2`+10] > /proc/acpi/video/VID1/LCD0/brightness

#[ -f /usr/share/acpi-support/key-constants ] || exit 1
#
#. /usr/share/acpi-support/key-constants
#acpi_fakekey $KEY_BRIGHTNESSUP
