tree: 5e50955d37ca23c4d79f49e7cb1b78c0ba22dcbe [path history] [tgz]
  1. am
  2. git-summary.sh
  3. grep-in-poms.sh
  4. jstack-active.sh
  5. jstack-named.sh
  6. mvnf.sh
  7. README.md
  8. rsd.sh
scripts/README.md

General Scripts

This folder contains a number of items that can assist developers of the project.

In general see comments at the start of each file and/or --help output when running it.

You can install the *.sh files as commands (without the .sh suffix linked to these) to your bin dir with:

for x in *.sh ; do sudo ln -s `pwd`/$x /usr/local/bin/${x%.sh}; done