root/tags/release-0.13.4/pfixcore/projects/importtext.sh

Revision 3168, 496 bytes (checked in by jenstl, 5 years ago)
  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3export CLASSPATH=`ls \`pwd\`/../lib/*.jar | xargs echo | sed -e 's/ /:/g'`:`pwd`/../build
4export LANG=C
5
6echo
7echo -----------------------------------------------------------------------------------------------------------
8echo Going to call:  java -mx500M de.schlund.pfixcore.util.ImportText `pwd` $@
9echo -----------------------------------------------------------------------------------------------------------
10echo
11 
12java -mx500M de.schlund.pfixcore.util.ImportText `pwd` $@
13
14
Note: See TracBrowser for help on using the browser.