rbaron / catprinter

🐱🖨
MIT License
743 stars 54 forks source link

add shebang so I can omit typing 'python' explicitly #48

Closed knilch0r closed 2 years ago

knilch0r commented 2 years ago

I rather type ./print.py instead of python print.py, so I added a shebang line that allows that. Maybe you want to include it?

rbaron commented 2 years ago

Thanks @knilch0r. I believe we'd have to chmod +x print.py for this to work, right? Would you please add such instructions to README.md, possibly in the Installation section?

rbaron commented 2 years ago

Actually nevermind. I believe the file permissions are already alright in the main branch, so this should work as is. Tks!

knilch0r commented 2 years ago

Yes, if you do a git clone like the installation instructions already say you end up with correct permissions :smile: