An open API service indexing awesome lists of open source software.

https://github.com/die4ever/disk-cleanup


https://github.com/die4ever/disk-cleanup

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# disk-cleanup

example crontab

```
0 0 1 * * mv -f ~/purgatory/cleanup.log.txt ~/purgatory/old.cleanup.log.txt
0 * * * * python3 ~/disk-cleanup/diskcleanup.py >> ~/purgatory/cleanup.log.txt
```