Skip to content

Instantly share code, notes, and snippets.

View magenbrot's full-sized avatar
🎯
Focusing

Oliver Völker magenbrot

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am magenbrot on github.
  • I am magenbrot (https://keybase.io/magenbrot) on keybase.
  • I have a public key whose fingerprint is 8C30 04DB FC12 19A2 D1B7 9018 5E20 2581 29C6 0C05

To claim this, I am signing this object:

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
This script cleans up a specified directory by deleting:
1. Files older than one year.
2. Empty subdirectories.
Home directories of system users are explicitly excluded from deletion
if they are empty, but their empty subdirectories will be removed.