svi/bin/svi

8 lines
78 B
Ruby
Executable File

#!/usr/bin/env ruby
require "svi"
args = ARGV.dup
exit(Svi::Cli.run(args))