Sha256: be5f0ab683ce1f6ab79df2149f1a1059998192f9941e478282af0494f4d47c9c

Contents?: true

Size: 176 Bytes

Versions: 1

Compression:

Stored size: 176 Bytes

Contents

#!/usr/bin/env ruby
$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
require 'bijo'

builder = Bijo::CommandBuilder.new(ARGV)
command = builder.build
command.execute

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bijo-0.0.1 bin/bijo