module Chom

Chom is a command line utility that alters the permissions of your current directory and its subdirectories to work properly with your web server.

Specificaly, it executes:

$ chown -R g+w .
$ chmod -R <username>:<system www group> .

This module holds the Chom version information.

Constants

VERSION

This is the Chom version number.