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