view bin/json @ 8348:74bf237657ef

<Taneb> echo "\xc2\xaf\\(o\xe2\x80\x8b_\xc2\xb0)/\xc2\xaf ?sdrawkcab" > wisdom/backward
author HackBot
date Sun, 05 Jun 2016 20:46:23 +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')