source: other-projects/hathitrust/solr-extracted-features/trunk/scripts/PD-DOWNLOAD-EVERY-1000.sh@ 30919

Last change on this file since 30919 was 30919, checked in by davidb, 8 years ago

More consistent naming of folders used

  • Property svn:executable set to *
File size: 205 bytes
RevLine 
[30908]1#!/bin/bash
2
[30919]3if [ ! -d pd-ef-json-files ] ; then
4 mkdir pd-ef-json-files
[30908]5fi
6
[30919]7rsync -pav --progress --files-from=pd-file-listing-step1000.txt data.analytics.hathitrust.org::pd-features/ pd-ef-json-files/.
Note: See TracBrowser for help on using the repository browser.