sintonia/python_apps/pypo/scripts/notify.sh
martin 26ac9754bf CC-2016: Rearrange python scripts for reusability
-bug fix with liquidsoap not being to see the soundcard
2011-03-24 15:17:17 -04:00

13 lines
422 B
Bash
Executable file

#!/bin/sh
############################################
# just a wrapper to call the notifyer #
# needed here to keep dirs/configs clean #
# and maybe to set user-rights #
############################################
# Absolute path to this script
SCRIPT=`readlink -f $0`
# Absolute path this script is in
SCRIPTPATH=`dirname $SCRIPT`
cd ${SCRIPTPATH}/../ && ./pypo-notify.py $1 $2 $3 $4 $5 $6 $7 $8 &