Skip to content

Instantly share code, notes, and snippets.

View pudovmaxim's full-sized avatar
🐒

Pudov Maxim pudovmaxim

🐒
View GitHub Profile
@pudovmaxim
pudovmaxim / Bash.sublime-build
Last active October 5, 2016 07:22 — forked from typeoneerror/Bash.sublime-build
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"
}