blob: 9a404ff994a9c2a0554dbbc58ad5bbb1d0b7a0f7 [file] [view]
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