Skip to content

Instantly share code, notes, and snippets.

@sanaulla123
Created March 21, 2017 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sanaulla123/15dba4d506bb094cf33fa11176f33bb7 to your computer and use it in GitHub Desktop.
Save sanaulla123/15dba4d506bb094cf33fa11176f33bb7 to your computer and use it in GitHub Desktop.
#!/bin/sh
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
bin=${DIR}/../bin
lib=${DIR}/../lib
java \
-cp "${lib}/*" \
-Dlog4j.configurationFile=${bin}/log4j2.xml \
org.xbib.tools.Runner \
org.xbib.tools.JDBCImporter world-importer-config.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment