#!/bin/sh

[ -x /usr/bin/smart-notifier ] || exit 0

printf '%s' "${SMARTD_FULLMESSAGE}" | /usr/bin/smart-notifier --notify
