summarylogtreecommitdiffstats
path: root/dofus-beta.sh
blob: 52d26c0cac644bf3618b8507ee10d975fd037690 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

game=/opt/ankama/dofus-beta/DofusBeta
# Use padsp or the game may not play sounds with PulseAudio
if which padsp
then
  padsp "$game" "$@"
else
  "$game" "$@"
fi