Skip to content

Commit

Permalink
Add shebang.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jan 7, 2015
1 parent 93098d2 commit a9ea8cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/subsplit-basic.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
git subsplit init git@github.com:orchestral/support.git
git subsplit publish --heads="master" --no-tags src/Facades:git@github.com:orchestral/support-facades.git
git subsplit publish --heads="master" --no-tags src/Providers:git@github.com:orchestral/support-providers.git
Expand Down
1 change: 1 addition & 0 deletions build/subsplit-full.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
git subsplit init git@github.com:orchestral/support.git
git subsplit publish --heads="master" src/Facades:git@github.com:orchestral/support-facades.git
git subsplit publish --heads="master" src/Providers:git@github.com:orchestral/support-providers.git
Expand Down

0 comments on commit a9ea8cf

Please sign in to comment.