mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
7 lines
192 B
Bash
Executable File
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 $@
|