1 parent a22919a commit 80fb307Copy full SHA for 80fb307
1 file changed
useful_scripts/prepend_python_shebang.sh
@@ -9,7 +9,7 @@
9
10
# prepends !#/usr/bin/python to all .py files
11
find ./ -maxdepth 1 -name "*.py" -exec sed -i.bak '1i\
12
-!#/usr/bin/python
+#!/usr/bin/env/python
13
' {} \;
14
15
# removes temporary files
0 commit comments