~qioeujqioejqioe-deactivatedaccount/exaile/missing-signals

1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

######## CONFIGURATION OPTIONS ########
#PROGRAM_DIR="/home/username/apps/exaile"      # insert full path to Exaile bin dir
#######################################

# get the app dir if not already defined
if [ -z "$PROGRAM_DIR" ]; then
    PROGRAM_DIR=`dirname "$0"`
fi

cd ${PROGRAM_DIR}
exec python -O exaile.py "$@"