Skip to content

Commit c031649

Browse files
committed
syntax fix
1 parent 0ea8947 commit c031649

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
@@ -7,7 +7,7 @@
77
# instead of
88
# >> python myscript.py
99

10-
# prepends !#/usr/bin/python to all .py files
10+
# prepends e.g., !#/usr/bin/python to all .py files
1111

1212
find ./ -maxdepth 1 -name "*.py" -exec sed -i.bak '1i\
1313
#!'"$(which python)"'

0 commit comments

Comments
 (0)