Skip to content

Feature Request: Detect executable files based off of shebang line #34

@schneems

Description

@schneems

Describe Request:

Detect executable files with no extension based off of shebang lines. As mentioned in #33. My executables bin/compile bin/detect are not being picked up automatically. It would be nice if this orb could inspect the shebang line to see if it evaluates to bash or sh

$ head -n1 bin/compile
#!/usr/bin/env bash

My code highlighting plugin for vim does this to determine how to format executable files with no extension.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions