3 lines
80 B
Bash
Executable file
3 lines
80 B
Bash
Executable file
#!/bin/sh
|
|
|
|
notify-send -u low "$1" 'Unit is starting' --icon=dialog-information
|