view bin/json @ 2202:3c42971d0734

<fizzie> head -n 1 bin/relcome > bin/reelcome
author HackBot
date Thu, 21 Feb 2013 12:36:50 +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')