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