Skip to content

Commit 80fb307

Browse files
committed
fixed typo
1 parent a22919a commit 80fb307

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
@@ -9,7 +9,7 @@
99

1010
# prepends !#/usr/bin/python to all .py files
1111
find ./ -maxdepth 1 -name "*.py" -exec sed -i.bak '1i\
12-
!#/usr/bin/python
12+
#!/usr/bin/env/python
1313
' {} \;
1414

1515
# removes temporary files

0 commit comments

Comments
 (0)