Sha256: 6d262fa214fa25ca5a0e247cf6e32d21d82abac600c47f4d1a3777b1c0e3a612
Contents?: true
Size: 297 Bytes
Versions: 3
Compression:
Stored size: 297 Bytes
Contents
#!/usr/bin/env ruby lib_path = File.expand_path('../../lib', __FILE__) $LOAD_PATH.unshift lib_path unless $LOAD_PATH.include? lib_path require 'gitsu' factory = GitSu::Factory.new(STDOUT) switcher = factory.switcher runner = factory.runner runner.run do switcher.print_current :derived end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gitsu-0.0.3 | bin/git-whoami |
gitsu-0.0.2 | bin/git-whoami |
gitsu-0.0.1 | bin/git-whoami |