#!/bin/bash
# Decibel Audio Player launch script
# This script will autodetect language and copy the holiday file the first time
# plan is run. This script is licensed under the GNU General Public License
# and comes with ABSOLUTELY NO WARRANTY

exec python -OO /usr/share/decibel-audio-player/src/decibel-audio-player.py "$@"
