Sha256: 92fe3f9f00e0e50ce02b7217c7379232d1d18ea4881cb55a1f5c2830a2085286
Contents?: true
Size: 226 Bytes
Versions: 1
Compression:
Stored size: 226 Bytes
Contents
#!/usr/bin/env ruby Kernel.trap(:INT) { exit 1 } begin require 'appbundler/cli' rescue LoadError $:.unshift File.expand_path("../../lib", __FILE__) require 'appbundler/cli' end Appbundler::CLI.run(ARGV)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
appbundler-0.6.0 | bin/appbundler |