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

Fix character sequence shebangs #20

Open
danascape opened this issue May 20, 2023 · 4 comments
Open

Fix character sequence shebangs #20

danascape opened this issue May 20, 2023 · 4 comments
Labels
gssoc23 Issues created for GSSoC 23 contributors level1

Comments

@danascape
Copy link

  • is the character sequence "#!" at the beginning of a script file in Unix-like operating systems, including Linux. It is followed by the path to the interpreter or command that should be used to execute the script.

  • It's purpose is to specify the interpreter to execute the file

  • The file supports python3+ and not older versions like python2, while some systems which have python2 as default, the script will not execute on these systems.

@danascape danascape changed the title Fix the shebangs Fix character sequence shebangs May 20, 2023
@sahil-sagwekar2652 sahil-sagwekar2652 added the gssoc23 Issues created for GSSoC 23 contributors label May 20, 2023
@bshantherishenoy
Copy link

hello sir I'm GSSOC23 contributor can you assign me this issue i would like to explore and resolve it.

@adityavpawar
Copy link

Please assign me this issue so that I can resolve it under GSSOC-23

@sahil-sagwekar2652
Copy link
Owner

Hey everyone, the issues are being assigned on a first-come-first-serve basis. In the meanwhile, check out the other issues, or feel free to create your own. Also, don't make a PR without raising an issue and getting it assigned to you. If the original assigned isn't active or not working on the issue, then I'll assign it to the next contributor.

One contributor will be assigned to one issue at a time, so please take up one issue at a time, don't comment on every issue.

@sahil-sagwekar2652 sahil-sagwekar2652 removed the gssoc23 Issues created for GSSoC 23 contributors label May 22, 2023
@sahil-sagwekar2652 sahil-sagwekar2652 added gssoc23 Issues created for GSSoC 23 contributors level1 labels May 22, 2023
@sahil-sagwekar2652
Copy link
Owner

@Akshayp02 any updates? Let me know or I'll have to unassign you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc23 Issues created for GSSoC 23 contributors level1
Projects
None yet
Development

No branches or pull requests

5 participants