source: main/trunk/model-sites-dev/von-sparql/collect/nz-natlib-cat/pre-import/RUN_HATHI.sh@ 28921

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

Scripts to run Java code. DEFAULT one takes no command-line arguments, and goes with whatever the defaults in the Java code are

  • Property svn:executable set to *
File size: 300 bytes
Line 
1#!/bin/bash
2
3full_filename=hathi_tab.txt
4
5if [ ! -f $full_filename ] ; then
6 echo "Did not detect uncompressed hathitab file '$full_filename'"
7
8 exit 0
9fi
10
11echo "Splitting '$full_filename', this may take some time ..."
12java -classpath hathiTab_Split/lib/guava-15.0.jar:hathiTab_Split/bin split $*
13
Note: See TracBrowser for help on using the repository browser.