3 lines
91 B
Bash
Executable file
3 lines
91 B
Bash
Executable file
#!/bin/sh
|
|
# To test args passed from some graphical program
|
|
notify-send "$(arg-test "$@")"
|