root/tags/release-0.13.4/pfixcore/projects/cleanup.sh
| Revision 1670, 166 bytes (checked in by jenstl, 8 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | export CLASSPATH=`ls \`pwd\`/../lib/*.jar | xargs echo | sed -e 's/ /:/g'`:`pwd`/../build |
| 4 | export LANG=C |
| 5 | |
| 6 | |
| 7 | java -mx500M de.schlund.pfixcore.util.Cleanup |
| 8 | |
| 9 |
Note: See TracBrowser
for help on using the browser.
