shim_script

in Formula/dart@2.10.rb [35:41]


  def shim_script(target)
    <<~EOS
      
      exec "#{prefix}/#{target}" "$@"
    EOS
  end