CleanUp
written by: espen.gundersen [at] keystep.no (c) / GPL
Usage: cleanup.py [options]
Options: -h, --help show help message and exit -p path, --path=path dir to clean -d days, --days=days delete files older that x days
Example: # Delete all files in /path/to/clean older than 7 days recursivly: ./cleanup.py -p /path/to/clean -d 7
Be carefull, after user have answered y to continue there is no turning back!