Skip to content

Commit 0ea8947

Browse files
committed
syntax fix
1 parent 759ef2d commit 0ea8947

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

useful_scripts/prepend_python_shebang.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Sebastian Raschka 05/21/2014
22
# Shell script that prepends a Python shebang
3-
# `!#/usr/bin/python` to all
3+
# e.g., `!#/usr/bin/python` to all
44
# Python script files in the current directory
55
# so that script files can be executed via
66
# >> myscript.py

0 commit comments

Comments
 (0)