4 lines
70 B
Plaintext
4 lines
70 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
notify-send "$1" "$2" -u normal -i "$HOME/pics/logo.png"
|