7.10. Other Unwrapped Scripts

No wrapper scripts provided for these scripts! These scripts must be run manually by using your python interpreter as the first entry in the command line.

7.10.1. filehash.py

Used to print the SHA1 hash of a file.

1
2
# from the root directory of Tanium HAT
$ python scripts/filehash.py -z /path/to/file.ext

7.10.2. make_distro_zip.py

Used to create a ZIP file of this tool for distribution.

1
2
3
4
5
# from the root directory of Tanium HAT
$ python scripts/make_distro_zip.py

# can optionally override the default location of ZIP file created
$ python scripts/make_distro_zip.py -z /path/to/file.zip

7.10.3. zip_info.py

Used to print information about a ZIP file.

1
2
# from the root directory of Tanium HAT
$ python scripts/zip_info.py -z /path/to/file.zip

7.10.4. build_doc.py

Used to build the documentation from their source RST files into HTML files.

1
2
3
4
5
# from the root directory of Tanium HAT
$ python doc/build_doc.py

# see the options available
$ python doc/build_doc.py --help