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, 7 years ago

More consistent naming of folders used

  • Property svn:executable set to *
File size: 205 bytes
Line 
1#!/bin/bash
2
3if [ ! -d pd-ef-json-files ] ; then
4 mkdir pd-ef-json-files
5fi
6
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.