changeset 11112:6412d84cf279

<oerjan> sled bin/rot13//1c#!/hackenv/bin/shebang_args_or_input python
author HackBot
date Sat, 22 Jul 2017 00:41:18 +0000
parents ea74d235ff72
children aa8e4791536e
files bin/rot13
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/rot13	Sat Jul 22 00:40:56 2017 +0000
+++ b/bin/rot13	Sat Jul 22 00:41:18 2017 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/hackenv/bin/shebang_args_or_input python
 
 import re, sys, unicodedata as U
 def tr(c):