#!/bin/bash


if [ ! -d ../../web/ext/audioDB ] ; then
  echo "Creating ../../web/ext/audioDB"
  mkdir ../../web/ext/audioDB
fi

echo "Copying interface/* -> ../../web/ext/audioDB"

/bin/cp -r interface/* ../../web/ext/audioDB/.
