mirror of
https://github.com/michenriksen/gitrob.git
synced 2026-02-22 23:00:13 -06:00
7 lines
82 B
Ruby
Executable File
7 lines
82 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
# :nocov:
|
|
require "gitrob"
|
|
|
|
Gitrob::CLI.start(ARGV)
|
|
# :nocov:
|