#!/bin/bash
[ -x /usr/bin/smart-notifier ] || exit 0
cat ${1} | /usr/bin/smart-notifier --notify
