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.41 bin/mu
mu-5.7.40 bin/mu
mu-5.7.39 bin/mu
mu-5.7.38 bin/mu
mu-5.7.37 bin/mu
mu-5.7.36 bin/mu
mu-5.7.35 bin/mu
mu-5.7.34 bin/mu
mu-5.7.33 bin/mu
mu-5.7.32 bin/mu
mu-5.7.31 bin/mu
mu-5.7.30 bin/mu
mu-5.7.29 bin/mu
mu-5.7.28 bin/mu
mu-5.7.27 bin/mu
mu-5.7.26 bin/mu
mu-5.7.25 bin/mu
mu-5.7.24 bin/mu
mu-5.7.23 bin/mu
mu-5.7.22 bin/mu