Sha256: 0672bd2dd6c5a4e21d3db0212b4bf2dee640e0ed886459befe5aa905fce76f77
Contents?: true
Size: 372 Bytes
Versions: 2
Compression:
Stored size: 372 Bytes
Contents
#!/usr/bin/env ruby root = File.expand_path(File.join(File.dirname(__FILE__),'..')) if File.directory?(File.join(root,'.git')) Dir.chdir(root) do begin require 'bundler/setup' rescue LoadError => e warn e.message warn "Run `gem install bundler` to install Bundler" exit(-1) end end end require 'dotter/cli' Dotter::CLI.start(ARGV)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dotter_dotfiles-0.4.0 | bin/dotter |
dotter_dotfiles-0.3.0 | bin/dotter |