What would be the best way to run and edit .sh script inside eclipse?
As for the editing part, I found the ShellEd plugin, but it looks very minimalistic, is there an alternative?
As for the executable part, I found that there is a built-in console that can be accessed by right-clicking .sh, then clicking "remote system view", and then clicking "local". But it is very minimalistic, there isn’t even a tab completion. I would like something that could be as close to bash as possible.
source
share