# HG changeset patch # User HackBot # Date 1368940596 0 # Node ID 4cba53dea490217ccb475bd26d6ada8009cfe150 # Parent 02b04d2b8759d34f3a009219e249eee57307c452 echo $\'#!/usr/bin/python\\nimport codecs,sys,random\\nstdin=codecs.getreader("utf-8")(sys.stdin)\\nstdout=codecs.getwriter("utf-8")(sys.stdout)\\nx=[unichr(0x300+i) for i in range(0,112)+[393,2887]]\\ndef z(n,c):\\n if c in ["\\\\n"]+x:\\n n=0\\n return u"".join(x[random.randrange(0,len(x))] for i in range(n))\\nstdout.write(u"".join(c+z(2,c) for c in stdin.read()) + u"\\\\n")\' > bin/zalgo2 && chmod +x bin/zalgo2 && echo HE COMES | zalgo2 diff -r 02b04d2b8759 -r 4cba53dea490 bin/zalgo2 --- a/bin/zalgo2 Sun May 19 05:15:13 2013 +0000 +++ b/bin/zalgo2 Sun May 19 05:16:36 2013 +0000 @@ -1,4 +1,4 @@ -#!python +#!/usr/bin/python import codecs,sys,random stdin=codecs.getreader("utf-8")(sys.stdin) stdout=codecs.getwriter("utf-8")(sys.stdout)