#!/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 $@