#!/bin/bash if [ -z "$GEXT_MUSICIR" ] ; then echo "Environment variable GEXT_MUSICIR is not set." echo "Have you sourced setup.bash?" exit -1 fi ( cd "$GEXT_MUSICIR/lib/python" && \ python3 ./pessentia.py $* )