Chromium Code Reviews| Index: tools/mac-tick-processor |
| diff --git a/tools/mac-tick-processor b/tools/mac-tick-processor |
| new file mode 100755 |
| index 0000000000000000000000000000000000000000..429f3cb781ae2a20f70dd0b14678db02b5713dcd |
| --- /dev/null |
| +++ b/tools/mac-tick-processor |
| @@ -0,0 +1,4 @@ |
| +#!/bin/sh |
| + |
|
iposva
2009/07/13 20:18:21
Maybe a small comment what this driver script trie
Mikhail Naganov
2009/07/14 05:00:42
Done.
|
| +tools_path=`cd $(dirname "$0");pwd` |
| +$tools_path/linux-tick-processor --mac --nm=$tools_path/mac-nm $@ |