1
0
Fork 0

Scripts de son au boot

This commit is contained in:
trotFunky 2020-05-17 14:26:09 +01:00
parent bdbbdd81b8
commit 1cfd633f2d
3 changed files with 49 additions and 0 deletions

5
Perso/bootSound.sh Executable file
View file

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