I hereby claim:
- I am dselans on github.
- I am dselans (https://keybase.io/dselans) on keybase.
- I have a public key whose fingerprint is C2C7 727C 16CC 3B5D FFB8 E92F 3902 9B2D A5F2 B7A5
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| # | |
| # Simple timeshift script | |
| # | |
| import re | |
| import sys | |
| import time | |
| import operator |