source: main/trunk/model-sites-dev/atea/collect/he-herenga-korero-pdfs/PREPARE-IMPORT-DIR.sh@ 34068

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

Standardizing on new name for this type of script

  • Property svn:executable set to *
File size: 256 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 PDF files (lc labpw)" \
10 && svn co http://svn.greenstone.org/hemi-dl/analysis/pdfs \
11 && cd ..
Note: See TracBrowser for help on using the repository browser.