Sha256: d8c85443a11c0778a4c11f878cdb6631cc87d8d0af962f5b2c523562539a5ab7

Contents?: true

Size: 176 Bytes

Versions: 7

Compression:

Stored size: 176 Bytes

Contents

#!/usr/bin/env ruby

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

require 'homesick'

Homesick::CLI.start

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
homesick-1.1.6 bin/homesick
homesick-1.1.5 bin/homesick
homesick-1.1.4 bin/homesick
homesick-1.1.3 bin/homesick
homesick-1.1.2 bin/homesick
homesick-1.1.1 bin/homesick
homesick-1.1.0 bin/homesick