blob: 012a169787ffee387036056ca61de88a0effd2ca (
plain)
1
2
3
4
5
6
|
#!/bin/sh
# Copyright (c) 2009 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
exec "${@}" 2>heapcheck.log
|