Sha256: f424eef0dbbba830978fdcfc2c246974ffbd2e6426c88f09f603bccff748d6a5

Contents?: true

Size: 216 Bytes

Versions: 3

Compression:

Stored size: 216 Bytes

Contents

#!/usr/bin/env ruby

require 'pathname'
lib = Pathname.new(__FILE__).dirname.join('..', 'lib').expand_path
$LOAD_PATH.unshift.unshift lib.to_s unless $LOAD_PATH.include?(lib.to_s)

require 'homesick'

Homesick.start

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
homesick-0.2.0 bin/homesick
homesick-0.1.1 bin/homesick
homesick-0.1.0 bin/homesick