Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add shebang for Unix-like systems #3

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

chocorho
Copy link

This PR is much simpler, as it adds the "shebang" mechanic to the main interpreter in order to make it directly executable on Linux systems. I have tried to do this in a portable way. Let me know if it needs adjustment.

Copy link
Owner

@Attachment-Studios Attachment-Studios left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what?

@Attachment-Studios
Copy link
Owner

how does a comment do that?

@chocorho
Copy link
Author

The new addition is not a comment, but rather a shebang/hashbang. There are numerous sources that explain it, but consider this one: https://www.linuxcommands.site/linux-text-processing-commands/shebang-in-linux-unix-with-examples-and-use-cases/

However, you have a point: upon testing it on my machine, I notice that you use CLRF endings, which means we'll have to standardize them to LF in order to make it work on other machines. I'll set this up shortly...

@plooshi
Copy link

plooshi commented Nov 25, 2021

looks fine but i think gitattriibutes is supposed to be named .gitattributes

If for no other reason, this update is helpful in confirming that the
`.gitattributes` file was renamed and processed correctly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants