Pathname.new(File.expand_path('../..', __FILE__))
Root.join('bin')
Bin.children.inject({}) { |h, p| h[p.basename.to_s.to_sym] = p.to_s h }