5 lines
103 B
Bash
5 lines
103 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
mplayer -nogui -softvol -ao alsa,pulse /home/trotfunky/Documents/Sounds/winxp.mp3 &
|
||
|
|
||
|
exit 0
|