Add sapling executable

This commit is contained in:
Bill Niblock 2017-10-14 22:35:51 -04:00
parent 7a7f06485f
commit ad3ccc267b

5
bin/sapling Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env ruby
require 'sapling'
Sapling.start(ARGV)