shim_script

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


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