Sha256: 6a0cff1a943b0e5f8fa01c8b0f154a633c884c64015ff62865d59aa0625fd51d
Contents?: true
Size: 306 Bytes
Versions: 1
Compression:
Stored size: 306 Bytes
Contents
#!/usr/bin/env ruby root_path = File.expand_path(File.dirname(__FILE__)) + '/..' puts root_path require 'rubygems' unless Object.const_defined?(:Gem) require root_path +'/lib/bonethug' require 'rake' ARGV.each do|a| puts "Argument: #{a}" end Bonethug::call_rake('setup:silverstripe31-dev')
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bonethug-0.0.5 | bin/bonethug |