Sha256: b145f5834bfc85f37aa04c7204a11d79c7f53d51ed399d68537833b21f98ad25

Contents?: true

Size: 252 Bytes

Versions: 38

Compression:

Stored size: 252 Bytes

Contents

#!/usr/bin/env ruby

lib = File.expand_path(File.dirname(__FILE__) + '/../lib')
$LOAD_PATH.unshift(lib) if File.directory?(lib) && !$LOAD_PATH.include?(lib)

require 'mu'

argv = ARGV.dup
ARGV.clear
cmd = argv.shift.strip rescue 'help'
Mu.run cmd, argv

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
mu-5.7.21 bin/mu
mu-5.7.20 bin/mu
mu-5.7.19 bin/mu
mu-5.7.18 bin/mu
mu-5.7.17 bin/mu
mu-5.7.16 bin/mu
mu-5.7.15 bin/mu
mu-5.7.14 bin/mu
mu-5.7.13 bin/mu
mu-5.7.12 bin/mu
mu-5.7.10 bin/mu
mu-5.7.9 bin/mu
mu-5.7.8 bin/mu
mu-5.7.2.7 bin/mu
mu-5.7.2.6 bin/mu
mu-5.7.2.5 bin/mu
mu-5.7.2.4 bin/mu
mu-5.7.2.3 bin/mu