Skip to content

Instantly share code, notes, and snippets.

@pudovmaxim
Forked from typeoneerror/Bash.sublime-build
Last active October 5, 2016 07:22
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 pudovmaxim/5ba068ae744e00f6fbd47e5a2bd083d6 to your computer and use it in GitHub Desktop.
Save pudovmaxim/5ba068ae744e00f6fbd47e5a2bd083d6 to your computer and use it in GitHub Desktop.
Bash build system for running currently open script in Sublime Text 2
{
"cmd" : ["chmod +x \"$file\" && \"$file\"" ],
"selector" : "source.shell",
"shell" : "bash",
"path" : "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment