From 0ea8947d94b9ffe4b2c046b9a18245ec31a8ec27 Mon Sep 17 00:00:00 2001 From: rasbt Date: Wed, 21 May 2014 17:50:18 -0400 Subject: [PATCH] syntax fix --- useful_scripts/prepend_python_shebang.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/useful_scripts/prepend_python_shebang.sh b/useful_scripts/prepend_python_shebang.sh index 20f420d..175c4c6 100644 --- a/useful_scripts/prepend_python_shebang.sh +++ b/useful_scripts/prepend_python_shebang.sh @@ -1,6 +1,6 @@ # Sebastian Raschka 05/21/2014 # Shell script that prepends a Python shebang -# `!#/usr/bin/python` to all +# e.g., `!#/usr/bin/python` to all # Python script files in the current directory # so that script files can be executed via # >> myscript.py