syntax fix

This commit is contained in:
rasbt 2014-05-21 17:52:09 -04:00
parent 0ea8947d94
commit c031649455

View File

@ -7,7 +7,7 @@
# instead of
# >> 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\
#!'"$(which python)"'