source: gs3-extensions/audioDB/trunk/src/ADD-INTERFACE.sh

Last change on this file was 26289, checked in by davidb, 12 years ago

Script to install the relevant web/interface files

  • Property svn:executable set to *
File size: 229 bytes
Line 
1#!/bin/bash
2
3
4if [ ! -d ../../web/ext/audioDB ] ; then
5 echo "Creating ../../web/ext/audioDB"
6 mkdir ../../web/ext/audioDB
7fi
8
9echo "Copying interface/* -> ../../web/ext/audioDB"
10
11/bin/cp -r interface/* ../../web/ext/audioDB/.
Note: See TracBrowser for help on using the repository browser.