source: main/trunk/model-sites-dev/atea/collect/he-herenga-korero-mp3s/CHECKOUT-AUDIO.sh@ 34041

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

Initial set of files

  • Property svn:executable set to *
File size: 218 bytes
Line 
1#!/bin/bash
2
3if [ ! -d import ] ; then
4 echo "Creating 'import' directory"
5 mkdir imort
6fi
7
8cd import \
9 && svn co http://svn.greenstone.org/hemi-dl/analysis/import/audio-analysis/Sound_Files audio \
10 && cd ..
Note: See TracBrowser for help on using the repository browser.