Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.41 KB

File metadata and controls

46 lines (32 loc) · 1.41 KB

CHMOD reset

Build Coverage PyPI Status Version Python License

Python package to reset chmod recursively

Install

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

Usage

reset-chmod -h # For help
reset-chmod [-q] <FOLDER_NAME> # [-q] `quiet` optional
>>> import chmod_reset

>>> chmod_reset.scan('.')