# File lib/taps/utils.rb, line 20
  def bin(cmd)
    cmd = "#{cmd}.cmd" if windows?
    cmd
  end