Python package to reset chmod recursively
With pip
:
$ pip install chmod_reset
With the source files
:
$ git clone https://github.com/seignovert/python-chmod-reset.git
$ cd chmod_reset ; python setup.py install
reset-chmod -h # For help
reset-chmod [-q] <FOLDER_NAME> # [-q] `quiet` optional
>>> import chmod_reset
>>> chmod_reset.scan('.')