syntax fix

This commit is contained in:
rasbt 2014-05-21 17:50:18 -04:00
parent 759ef2dcf6
commit 0ea8947d94

View File

@ -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