source: proiecte/PDAD/trunk/nodeslocation/pig/local/jar.sh @ 154

Last change on this file since 154 was 154, checked in by (none), 14 years ago

PDAD project

  • Property svn:executable set to *
File size: 166 bytes
Line 
1#! /bin/sh
2
3mkdir locationconcat
4javac -classpath $PIGDIR/pig.jar -d locationconcat Concat.java
5jar -cvf locationconcat.jar -C locationconcat/ .
6rm -r locationconcat
Note: See TracBrowser for help on using the repository browser.