3 lines
76 B
Bash
Executable file
3 lines
76 B
Bash
Executable file
#!/bin/sh
|
|
|
|
notify-send -u critical "$1" 'Unit failed' --icon=dialog-warning
|