source: main/trunk/model-sites-dev/atea/collect/commoncrawl-all-is-mri/PRE-IMPORT-PREPARE.sh@ 34470

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

README and script to get going with this collection

  • Property svn:executable set to *
File size: 231 bytes
Line 
1#!/bin/bash -x
2
3rsync -pav ~/google-drive/greenstone3-pre-import/commoncrawl-all-is-mri/{archives,index}.tar.gz .
4
5if [ ! -d archives ] ; then
6 tar xvzf archives.tar.gz
7fi
8
9if [ ! -d index ] ; then
10 tar xvzf index.tar.gz
11fi
12
Note: See TracBrowser for help on using the repository browser.