5 lines
No EOL
103 B
Bash
Executable file
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 |