5 lines
52 B
Plaintext
5 lines
52 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
read msg
|
||
|
notify-send $msg "$@"
|