3 lines
71 B
Text
3 lines
71 B
Text
|
#!/bin/bash
|
||
|
echo "$@" && pgrep -x dunst >/dev/null && notify-send "$@"
|