#!/bin/sh

if [ "$STARTUP" == "1" ]; then
        echo exiting
	exit;
fi

echo bat $ACTION  >> /tmp/nickel-hardware-status &
