#!/bin/sh

if ! command -v apcacces > /dev/null 2>&1
then
echo '<<<apcupsd>>>'
/usr/sbin/apcaccess status | sed 's/://'
fi
