#!/bin/bash
[ -x /usr/bin/smart-notifier ] || exit 0
/usr/bin/smart-notifier --notify < "$1"
