geirm 01/05/07 15:46:30 Added: jjar/src/script jjar Log: little script to 'be' jjar for command line Revision Changes Path 1.1 jakarta-commons-sandbox/jjar/src/script/jjar Index: jjar =================================================================== #!/bin/sh # # simple little script to make jjar easier # on the command line. Either put jjar.jar # into your classpath (easy but bad) or # into a well known place (and modify # line below... # and then put this script into your # path # then use : jjar list # etc # java org.apache.commons.jjar.JJAR $@
