1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 22:21:29 +00:00
Files
nmap/zenmap/install_scripts
d33tah ccd0c02a4c Add a lacking space in the license comment. The command I used to do this is:
for file in `grep "* including the terms and conditions of this license text as well.       \*" * -r --files-with-match `; do sed "s/\* including the terms and conditions of this license text as well.       \*/* including the terms and conditions of this license text as well.        */g" -i $file; done
2013-09-11 19:06:20 +00:00
..

Every script under this directory is supposed to be executed from the
top of the source tree. Don't get into this directory, nor any other
under this one to execute any of the scripts, or they're not going to
work as expected.

This is a description of the scripts in this directory and its
subdirectories.

macosx:
Files and scripts used to build Mac OS X packages. See macosx/README for a
description of the files in this directory.

utils/version_update.py:
Updates the Zenmap version number everywhere it needs to be.

windows/copy_and_compile.bat:
Builds a Windows executable using py2exe.

windows/nmap-eye.ico:
An icon used on Windows.