Sha256: d9844bf614a13b8ffa60e44db740614803df81a27e212cba67d413399c3c4d90

Contents?: true

Size: 287 Bytes

Versions: 3

Compression:

Stored size: 287 Bytes

Contents

#!/usr/bin/env ruby
# encoding: UTF-8

# resolve bin path, ignoring symlinks
require "pathname"
bin_file = Pathname.new(__FILE__).realpath

# add self to libpath
$:.unshift File.expand_path("../../lib", bin_file)

# start up the CLI
require "time_block/cli"

TimeBlock::CLI.start(*ARGV)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
time_block-0.0.4 bin/timeblock
time_block-0.0.3 bin/timeblock
time_block-0.0.1 bin/timeblock