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