Skip to content

Remove useless shebang lines from package modules

Ben Beasley requested to merge musicinmybrain/helpdev:useless-shebangs into develop

These files do not have the executable bit set in their filesystem permissions, so a shebang line is not useful. Furthermore, they are not script-like (no interesting side effects when executed directly) anyway.

Merge request reports