view bin/json @ 635:ae9c0b7513f4

<Sgeo> run gunzip tclkit-8.5.1-linux-x86_64.gz
author HackBot
date Mon, 30 Jul 2012 05:06:54 +0000
parents e037173e0012
children
line wrap: on
line source

#!/usr/bin/env python
import sys
import json
data = json.loads(sys.stdin.read().decode('utf-8'))
print eval(sys.argv[1]).encode('utf-8')