Sha256: 2e9010dc508abc5ef7b4510afed7b3ed3f48bcf8537bb764b574e19bd9db72c9

Contents?: true

Size: 371 Bytes

Versions: 2

Compression:

Stored size: 371 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.2.0 bin/dotter
dotter_dotfiles-0.1.0 bin/dotter