shim_script

in Formula/dart@2.3.rb [40:46]


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