Sha256: 94ef2cec2565cf4550a3d0f6374786659698f968045fd0fb5f7016485e84682c

Contents?: true

Size: 316 Bytes

Versions: 2

Compression:

Stored size: 316 Bytes

Contents

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

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

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

# start up the CLI
require 'time_block/cli'

TimeBlock::CLI.run

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
time_block-0.2.0 bin/timeblock
time_block-0.1.0 bin/timeblock