8 lines
119 B
Plaintext
8 lines
119 B
Plaintext
|
#!/usr/bin/env ruby
|
||
|
|
||
|
$:.unshift File.expand_path('../../lib', __FILE__)
|
||
|
|
||
|
require 'gitlab/cli'
|
||
|
|
||
|
Gitlab::CLI.start(ARGV)
|