4 lines
114 B
Bash
4 lines
114 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
play /usr/share/sounds/freedesktop/stereo/message-new-instant.oga 2> /dev/null
|
||
|
notify-send "Achtung!"
|