dotfiles/.local/bin/scripts/arg-notify

4 lines
91 B
Plaintext
Raw Normal View History

2021-10-16 17:07:00 +00:00
#!/bin/sh
# To test args passed from some graphical program
notify-send "$(arg-test "$@")"