Add sapling executable
This commit is contained in:
parent
7a7f06485f
commit
ad3ccc267b
1 changed files with 5 additions and 0 deletions
5
bin/sapling
Executable file
5
bin/sapling
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env ruby
|
||||
|
||||
require 'sapling'
|
||||
|
||||
Sapling.start(ARGV)
|
Loading…
Reference in a new issue