dotfiles/.local/bin/scripts/arg-notify
2021-10-16 19:07:00 +02:00

3 lines
91 B
Bash
Executable file

#!/bin/sh
# To test args passed from some graphical program
notify-send "$(arg-test "$@")"