jlp/jlp
Jonathan Bernard e6d515fc96 Version 0.2: Adds relative-path-root option.
* `relative-path-root` option added. This facilitates situations where the
  current directory of the invocation context is different than the working
  directory of the program. This is required to use `jlp` with tools like
  *Nailgun*, which keeps a persistant `java` process running and proxies new
  invocations to the existing process.
2011-09-08 12:30:09 -05:00

2 lines
61 B
Plaintext
Executable File

ng com.jdblabs.jlp.JLPMain --relative-path-root "`pwd`" "$@"