Skip to content

Instantly share code, notes, and snippets.

@sullust
Forked from typeoneerror/Bash.sublime-build
Created March 10, 2012 03:23
Show Gist options
  • Save sullust/2009935 to your computer and use it in GitHub Desktop.
Save sullust/2009935 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