I hereby claim:
- I am thblt on github.
- I am thblt (https://keybase.io/thblt) on keybase.
- I have a public key ASCrc4iKK1ypmCeybNEq0pQlO32UZX0Z_Hdqvzyzoxj0xgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
This script now has its own repository.
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| # | |
| # Hashsync | |
| # Hash-based synchronization over FTP. | |
| # http://thb.lt/blog/2013/fast-ftp-sync-for-jekyll.html | |
| # | |
| # Copyright (c) 2012-2013 Thibault Polge <http://thb.lt>. All rights reserved. | |
| # |