view bin/json @ 4858:81b2b9bd8d25

<fizzie> sed -i -e \'s/gcc/gcc -trigraphs/\' bin/runc
author HackBot
date Wed, 24 Sep 2014 06:23:03 +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')