This directory contains the tools that were used to make the new Kermit software archive in August 2011: UNJAR A Kermit script to break a JAR (Join Archive) file apart into its original constituent files. FIXFILES A Kermit script to make sure all the files in the current directory have the appropriate permissions and attributes. MMKDIR Bash script to create a directory and give it the appropriate attributes and group. KMAKETARBALL Bash script to make a tar.gz archive from all the files in the current directory, making sure they have the appropriate permissions and so on. KMAKEZIPFILE Bash script to make a Zip archive from all the files in the current directory, adding each text file in text mode and each binary file in binary mode. KMOVEDIR Kermit script to move the given files, specified by prefix, into a new directory, ensuring that they have the appropriate permissions and attributes, and leaving symlinks behind in their place, and making tar.gz and zip archives of them. - fdc, 19 August 2011