changeset 8687:96b23c2f3c47

<oerjan> sled bin/zalgo//1c#!/hackenv/bin/shebang_args_or_input python
author HackBot
date Sun, 03 Jul 2016 23:34:47 +0000
parents aedeb74fafdd
children 65e66d1fe3d4
files bin/zalgo
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)