# HG changeset patch # User HackBot # Date 1467588887 0 # Node ID 96b23c2f3c478743b87d60a2e26ada2096dde22d # Parent aedeb74fafddbc0853f4fc6fbaf5c2de79c33daf sled bin/zalgo//1c#!/hackenv/bin/shebang_args_or_input python diff -r aedeb74fafdd -r 96b23c2f3c47 bin/zalgo --- a/bin/zalgo Sun Jul 03 23:32:48 2016 +0000 +++ b/bin/zalgo Sun Jul 03 23:34:47 2016 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/hackenv/bin/shebang_args_or_input python import codecs,sys,random stdin=codecs.getreader("utf-8")(sys.stdin) stdout=codecs.getwriter("utf-8")(sys.stdout)