#!/bin/bash ifile=$1 ofile=${ifile%.*}.json echo "######" echo "Running extractor on: $ifile" echo "######" essentia_streaming_extractor_music $ifile $ofile echo "######"