Sha256: 2e2a5708567bac7fc5c4e5da9db8e189c1972e079da4d034bfbbffa83404148d
Contents?: true
Size: 235 Bytes
Versions: 5
Compression:
Stored size: 235 Bytes
Contents
#!/usr/bin/env jruby lib_directory = File.expand_path('../../lib', __FILE__) $LOAD_PATH << lib_directory if File.exist?("Gemfile") require "bundler/setup" Bundler.require end require 'shoes/ui/cli' Shoes::CLI.new("swt").run ARGV
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
shoes-swt-4.0.0.pre8 | bin/shoes-swt |
shoes-swt-4.0.0.pre7 | bin/shoes-swt |
shoes-swt-4.0.0.pre6 | bin/shoes-swt |
shoes-swt-4.0.0.pre5 | bin/shoes-swt |
shoes-swt-4.0.0.pre4 | bin/shoes-swt |