#!/bin/sh
if [ -d /proc/acpi/battery ]; then
exec /usr/bin/qbat &
fi

