#!/bin/sh
# Run s-jog - a SONY VAIO special keys tool
# Remove the -rb option if brightness control is reversed

if [ -f /usr/bin/sjog ]; then
    /usr/bin/sjog -ns -t -rb
fi

