source: gs3-extensions/web-audio/trunk/INSTALL.sh@ 28548

Last change on this file since 28548 was 28388, checked in by davidb, 11 years ago

Set of JS, CSS, PNG etc web resources to support a mixture of audio player/document display capabilities

File size: 201 bytes
Line 
1#!/bin/bash
2
3
4if [ ! -d ../../web/ext ] ; then
5 mkdir ../../web/ext
6fi
7
8for ed in diy-audio-player js-dsp js-mad sound-manager2 ; do
9 echo "Installing '$ed'"
10 /bin/cp -r $ed ../../web/ext/.
11done
Note: See TracBrowser for help on using the repository browser.