source: gs3-extensions/mars-src/trunk/bin/script/pessentia.sh@ 34361

Last change on this file since 34361 was 34361, checked in by davidb, 4 years ago

Collating of python essensia custom scripts and essentia perl plugin code .. and bash scripting

  • Property svn:executable set to *
File size: 213 bytes
RevLine 
[34361]1#!/bin/bash
2
3if [ -z "$GEXT_MARS" ] ; then
4 echo "Environment variable GEXT_MARS is not set."
5 echo "Have you sourced setup.bash?"
6 exit -1
7fi
8
9( cd "$GEXT_MARS/lib/python" && \
10 python ./pessentia.py $* )
11
12
13
Note: See TracBrowser for help on using the repository browser.