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

4 lines
91 B
Bash
Executable File

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