view tools/base64 @ 4695:132650f4700a

#2550782: Added a new irker detector to send notifications on IRC when an issue is created or messages are added.
author Ezio Melotti <ezio.melotti@gmail.com>
date Fri, 14 Dec 2012 18:22:27 +0200
parents 740102dfad1d
children c75defc1c2f0
line wrap: on
line source

#!/usr/bin/env python
import zlib, base64, sys
print base64.encodestring(zlib.compress(sys.stdin.read()))

Roundup Issue Tracker: http://roundup-tracker.org/