1
0
Fork 0
Scripts/Perso/bootSound.sh
2020-05-17 14:26:09 +01:00

5 lines
No EOL
103 B
Bash
Executable file

#! /bin/sh
mplayer -nogui -softvol -ao alsa,pulse /home/trotfunky/Documents/Sounds/winxp.mp3 &
exit 0