mirror of
https://github.com/rasbt/python_reference.git
synced 2024-11-23 20:11:13 +00:00
fixed typo
This commit is contained in:
parent
a22919a1fa
commit
80fb307f24
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
# prepends !#/usr/bin/python to all .py files
|
# prepends !#/usr/bin/python to all .py files
|
||||||
find ./ -maxdepth 1 -name "*.py" -exec sed -i.bak '1i\
|
find ./ -maxdepth 1 -name "*.py" -exec sed -i.bak '1i\
|
||||||
!#/usr/bin/python
|
#!/usr/bin/env/python
|
||||||
' {} \;
|
' {} \;
|
||||||
|
|
||||||
# removes temporary files
|
# removes temporary files
|
||||||
|
|
Loading…
Reference in New Issue
Block a user