#!/bin/bash
echo "$@" && pgrep -x dunst >/dev/null && notify-send "$@"