1 2 3 4 5 6 7 8 9 10
#!/bin/sh game=/opt/ankama/dofus/Dofus # Use padsp or the game may not play sounds with PulseAudio if which padsp then padsp "$game" "$@" else "$game" "$@" fi