Sha256: f8515f8b055e08799d2a045997a1b7ed41c884e5c6074513091e6a7b48913c3d
Contents?: true
Size: 318 Bytes
Versions: 14
Compression:
Stored size: 318 Bytes
Contents
#!/usr/bin/env ruby # encoding: UTF-8 require 'app42' require 'app42/command/client' # 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 app42 App42::Command::Client.app42(*ARGV)
Version data entries
14 entries across 14 versions & 1 rubygems