source: main/trunk/model-sites-dev/atea/collect/he-herenga-korero-mp3s/PREPARE-IMPORT.sh@ 34064

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

Edited to include pw hint

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