2 lines
71 B
Bash
Executable file
2 lines
71 B
Bash
Executable file
#!/bin/bash
|
|
echo "$@" && pgrep -x dunst >/dev/null && notify-send "$@"
|