3 lines
111 B
Bash
Executable file
3 lines
111 B
Bash
Executable file
#!/bin/bash
|
|
mpv --volume=90 /home/thomas/dotfiles/gruvbox-95/sounds/st-computer-off.mp3
|
|
systemctl poweroff
|