## python-osutil

A wrapper for various shell based functions found in the os & shutil modules.

## Installation

Install via pip:
```bash
pip install --user osuitl
```

OR just download the script and place it somewhere in your PYTHONPATH:

```bash
wget -N https://raw.githubusercontent.com/PencilShavings/python-osutil/master/osutil.py
```
