source: main/trunk/model-sites-dev/von-sparql/collect/hathitrust-tab/REBUILD.sh@ 28785

Last change on this file since 28785 was 28785, checked in by ak19, 10 years ago

Script dynamically determines which import folder to use: 'import' or 'import-full'

  • Property svn:executable set to *
File size: 280 bytes
Line 
1
2if [ -d import-full ] ; then
3 echo "****"
4 echo "* 'import-full' directory detected. Processing content in that folder"
5 echo "****"
6 full-rebuild.pl -site von-sparql -importdir `pwd`/import-full $* hathitrust-tab
7else
8 full-rebuild.pl -site von-sparql $* hathitrust-tab
9fi
Note: See TracBrowser for help on using the repository browser.