5 lines
87 B
Bash
Executable File
5 lines
87 B
Bash
Executable File
#!/bin/sh
|
|
|
|
notify-send 'boom' 'boom.mp3'
|
|
mpg123 $HOME/resources/sounds/alerts/boom.mp3
|