5 lines
60 B
Ruby
Executable file
5 lines
60 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
|
|
require 'sapling'
|
|
|
|
Sapling.start(ARGV)
|