Sha256: e8a9ae6cf9a08b13ac48d79df12672f645d42588a8e26586f2be0a2b72773960

Contents?: true

Size: 235 Bytes

Versions: 7

Compression:

Stored size: 235 Bytes

Contents

#!/usr/bin/env ruby

lib = File.dirname(__FILE__) + "/../lib"
$:.unshift lib unless $:.include? lib

require "dotremap"

DOTREMAP_PATH = File.expand_path("~/.remap")

dotremap = Dotremap.new(DOTREMAP_PATH)
dotremap.apply_configuration

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
dotremap-0.0.8 bin/dotremap
dotremap-0.0.7 bin/dotremap
dotremap-0.0.6 bin/dotremap
dotremap-0.0.5 bin/dotremap
dotremap-0.0.4 bin/dotremap
dotremap-0.0.3 bin/dotremap
dotremap-0.0.2 bin/dotremap