Skip to content

Commit 3e6ae63

Browse files
committed
Initial version
1 parent 93bf3ed commit 3e6ae63

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

Bash.sublime-build

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"cmd" : ["bash", "$file"],
3+
"selector" : "source.shell"
4+
}

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
sublimebashbuildsystem
1+
Sublime - Bash Build System
22
======================
33

4-
Sublime Text package that includes a simple build system to allow direct execution of bash scripts.
4+
Sublime Text package that includes a simple build system to allow direct execution of bash scripts.
5+
6+
=== Installation
7+
8+
Install using the [http://wbond.net/sublime_packages/package_control](SublimeText PackageControl). Otherwise you can also Download/Clone the package and put it in your Packages-directory.

0 commit comments

Comments
 (0)