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