Sha256: 8d4ac33ae7d59a9fe093a5403761448dba9f95806248315551cd782aaf84b853
Contents?: true
Size: 216 Bytes
Versions: 3
Compression:
Stored size: 216 Bytes
Contents
#!/usr/bin/env ruby require 'zitgit' require 'optparse' port = 5555 OptionParser.new do |opts| opts.on("-p PORT", "--port PORT", Integer) do |v| port = v end end.parse! Zitgit::Zitgit.run!(:port => port)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
zitgit-0.1.1 | bin/zitgit |
zitgit-0.1.0 | bin/zitgit |
zitgit-0.0.2 | bin/zitgit |