# HG changeset patch # User HackBot # Date 1500684682 0 # Node ID 3923d423f4cb7c5708a75c35a7e27ce36d042de4 # Parent 98c0be035c9dd523219e1dd050225d28d987dad8 learn shebang_args_or_input is similar to print_args_or_input, but for other scripting languages like perl or python. E.g. if you have a python script that pipes stdin, replace the usual shebang line by #!/hackenv/bin/shebang_args_or_input python . diff -r 98c0be035c9d -r 3923d423f4cb wisdom/shebang_args_or_input --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wisdom/shebang_args_or_input Sat Jul 22 00:51:22 2017 +0000 @@ -0,0 +1,1 @@ +shebang_args_or_input is similar to print_args_or_input, but for other scripting languages like perl or python. E.g. if you have a python script that pipes stdin, replace the usual shebang line by #!/hackenv/bin/shebang_args_or_input python .