1
0
Fork 0
Scripts/Perso/bootSound.sh

5 lines
103 B
Bash
Raw Normal View History

2017-12-27 18:07:32 +01:00
#! /bin/sh
mplayer -nogui -softvol -ao alsa,pulse /home/trotfunky/Documents/Sounds/winxp.mp3 &
exit 0