view bin/json @ 272:1640c67f1463

<nortti> run echo -e '#/bin/sh\necho -e "WeLcOmE tO tHe InTeRnAtIoNaL hUb FoR eSoTeRiC pRoGrAmMiNg LaNgUaGe dEsIgN aNd DePlOyMeNt! FoR mOrE iNfOrMaTiOn, ChEcK oUt OuR wIkI:\nHtTp://EsOlAnGs.OrG/wIkI/mAiN_pAgE"' > bin/WeLcOmE; chmod 0755 bin/WeLcOmE
author HackBot
date Fri, 20 Apr 2012 16:49:59 +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')