Correct shebangs in some languages to prevent IDE errors
igor-petruk opened this issue · 1 comments
igor-petruk commented
Correct shebangs in some languages to prevent IDE errors
igor-petruk commented
Quoting https://en.wikipedia.org/wiki/Shebang_(Unix)#Magic_number:
The shebang is actually a human-readable instance of a magic number in the executable file, the magic byte string being 0x23 0x21, the two-character encoding in ASCII of #!. This magic number is detected by the "exec" family of functions
I don't think this is fixable. If you have ideas - reopen