Sublime Forum

Run Shell Scripts w/ key bindings

#1

I have been at this for a day or so!

I want to a bash/shel script in sublime, when I save the file as .sh the highlighting works, but I am trying a simple echo ‘hello’ and trying to get it to run in sublime. I have tried several packages but can not find anything that will allow the shell script to run from sublime. I just want to test my sh file from within sublime, I can not find anything that does this.

0 Likes

#2

with sublimeRepl you can have a shell in one of your tab, and run a script inside.

0 Likes

#3

You can create a Build System for this.

0 Likes