tree: 68ef3ec089b2ded8fffc1fea40a84215b490fe2f [path history] [tgz]
  1. git-summary.sh
  2. grep-in-poms.sh
  3. jstack-active.sh
  4. jstack-named.sh
  5. mvnf.sh
  6. README.md
  7. 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