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

Revision 1670, 166 bytes (checked in by jenstl, 8 years ago)

*** empty log message ***

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
Line 
1#!/bin/sh
2
3export CLASSPATH=`ls \`pwd\`/../lib/*.jar | xargs echo | sed -e 's/ /:/g'`:`pwd`/../build
4export LANG=C
5
6
7java -mx500M de.schlund.pfixcore.util.Cleanup
8
9
Note: See TracBrowser for help on using the browser.