mirror of
https://github.com/rasbt/python_reference.git
synced 2025-02-25 17:38:45 +00:00
syntax fix
This commit is contained in:
parent
0ea8947d94
commit
c031649455
@ -7,7 +7,7 @@
|
|||||||
# instead of
|
# instead of
|
||||||
# >> python myscript.py
|
# >> python myscript.py
|
||||||
|
|
||||||
# prepends !#/usr/bin/python to all .py files
|
# prepends e.g., !#/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\
|
||||||
#!'"$(which python)"'
|
#!'"$(which python)"'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user