source: main/trunk/model-sites-dev/atea/collect/he-herenga-korero-pdfs/CHECKOUT-PDFS.sh@ 34042

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

Initial set of files

  • Property svn:executable set to *
File size: 183 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/pdfs \
10 && cd ..
Note: See TracBrowser for help on using the repository browser.