Developer Scripts

Uray M. János

I created these shell scripts as helpers for the development of many of my software projects on this website. These scripts are not necessary for using those projects, but they might be useful for doing something more with the source code, e.g. running the tests, or generating a new Makefile.

These scripts use a common configuration file called files-info, which contains rules and settings for a certain project. You can find a files-info in many of my projects on this website. Since files-info itself is a shell script, these scripts are highly customizable and extensible through it.

The simplest way to use these scripts is to use Bash (e.g. on Linux), and move these scripts to a location where the shell automatically finds them (e.g. to /usr/bin/, or put their path into the environment variable $PATH).

Summary of the Developer Scripts:

For more information, run each script with the --help argument. Also, see the files-info in my other projects.

License

These scripts are free software, released under the GNU General Public License 3.0 (GPLv3) or any later version.

This license is also included in the above package, as license.txt.

Requirements