n2n/scripts
Hamish Coleman 7eb3f2cd7f
Rename scripts for better consistancy (#866)
* Address shellcheck concerns with n2n_gateway.sh script

* Rename n2n_gateway.sh to live with all the other scripts (and update docs)

* Rename hack_fakeautoconf to make it clearly a shell script

* Address shellcheck concerns with hack_fakeautoconf.sh

* Rename python scripts to match other n2n tools

* Fix windows compile - when streamlining the use of hack_fakeautoconf.sh, I forgot to update all uses of this script
2021-10-24 03:58:01 +05:45
..
hack_fakeautoconf.sh Rename scripts for better consistancy (#866) 2021-10-24 03:58:01 +05:45
indent.sh Basic C Code lint checker and shell checker (#859) 2021-10-24 01:21:18 +05:45
n2n-ctl Rename scripts for better consistancy (#866) 2021-10-24 03:58:01 +05:45
n2n-gateway.sh Rename scripts for better consistancy (#866) 2021-10-24 03:58:01 +05:45
n2n-httpd Rename scripts for better consistancy (#866) 2021-10-24 03:58:01 +05:45
README.md Basic C Code lint checker and shell checker (#859) 2021-10-24 01:21:18 +05:45
test_harness.sh Basic C Code lint checker and shell checker (#859) 2021-10-24 01:21:18 +05:45

This directory contains executables that are not compiled. Some of these may end up installed for use by end users, but many of them are for use during development, builds and tests.

Nothing in this directory should need compiling to use and they should be written such that they do not need configuring (e.g: they might probe several directories for their requirements)

See the Scripts Documentation for further details