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.
Describe Request:
Detect executable files with no extension based off of shebang lines. As mentioned in #33. My executables
bin/compilebin/detectare not being picked up automatically. It would be nice if this orb could inspect the shebang line to see if it evaluates tobashorshMy code highlighting plugin for vim does this to determine how to format executable files with no extension.