voidrice/.scripts/note
2018-07-31 13:58:38 -04:00

2 lines
71 B
Bash
Executable file

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