Sha256: 8af25787219a7245954effbadd2fa3089b87e18642839ccad588a8dd57b2588b
Contents?: true
Size: 322 Bytes
Versions: 8
Compression:
Stored size: 322 Bytes
Contents
#!/usr/bin/env ruby # Add lib dir to load path so that we don't have to be installed in rubygems require 'pathname' # Use Pathname to follow symlinks CERBERUS_LIB_DIR = File.join( File.dirname( Pathname.new( __FILE__ ).realpath ),'..','lib' ) $:.unshift CERBERUS_LIB_DIR require 'cerberus/cli' Cerberus::CLI.new(*ARGV)
Version data entries
8 entries across 8 versions & 2 rubygems