Open scripts without file extension - de-jcup/eclipse-bash-editor GitHub Wiki

Often bash files have not an ending like ".sh" - e.g. gradlew is a bash script but has no file ending.

Inisde eclipse users must always do Open with -> select editor -> Bash editor which is very inconvenient.

For those files Bash editor inspects first line containing a shebang for bash . If so a special entry in context menu for this files in Navigator, Package explorer and Project explorer appears:

image