summarylogtreecommitdiffstats
path: root/dofus.sh
blob: b9f67bea3f6a32e3de33c360ae445ff852835f08 (plain)
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