mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 11:50:49 +08:00
8 lines
126 B
Ruby
Executable File
8 lines
126 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
|
|
$:.unshift File.expand_path('../../lib', __FILE__)
|
|
|
|
require 'gitlab/cli'
|
|
|
|
Gitlab::CLI.start(ARGV)
|