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