3 lines
53 B
Bash
3 lines
53 B
Bash
#!/bin/sh
|
|
. /etc/profile
|
|
export SDL_AUDIODRIVER=alsa
|
#!/bin/sh
|
|
. /etc/profile
|
|
export SDL_AUDIODRIVER=alsa
|