n2n/scripts
Hamish Coleman e727304681
fixed support for python versions prior to 3.6 ... (#870)
... which do not support a context manager in the socketserver
2021-10-24 17:16:48 +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 fixed support for python versions prior to 3.6 ... (#870) 2021-10-24 17:16:48 +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