blob: 8bd56d7d564ad914ca4c98f35deb39fd90854cea (
plain)
1
2
3
4
5
|
#!/bin/sh
# Copyright 2010 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
sed -r -f `dirname "${0}"`/`basename "${0}" sh`sed
|