view tools/base64 @ 5187:4955963fa670

Added missing change entry for the indexargs_form() fix.
author John Rouillard <rouilj@ieee.org>
date Fri, 17 Feb 2017 21:41:24 -0500
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/