0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/deps/v8/tools/mac-tick-processor
2009-07-31 14:36:48 +02:00

7 lines
192 B
Bash
Executable File

#!/bin/sh
# A wrapper script to call 'linux-tick-processor' with Mac-specific settings.
tools_path=`cd $(dirname "$0");pwd`
$tools_path/linux-tick-processor --mac --nm=$tools_path/mac-nm $@