Skip to content

Instantly share code, notes, and snippets.

@tzarskyz
Forked from typeoneerror/Bash.sublime-build
Created June 19, 2012 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tzarskyz/2955884 to your computer and use it in GitHub Desktop.
Save tzarskyz/2955884 to your computer and use it in GitHub Desktop.
Bash build system for running currently open script in Sublime Text 2
{
"cmd" : ["$file"],
"selector" : "source.shell",
"shell" : "bash"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment