11cb0ef41Sopenharmony_ci#!/bin/sh
21cb0ef41Sopenharmony_ci
31cb0ef41Sopenharmony_ci# A wrapper script to call 'linux-tick-processor'.
41cb0ef41Sopenharmony_ci
51cb0ef41Sopenharmony_ci# Known issues on FreeBSD:
61cb0ef41Sopenharmony_ci#  No ticks from C++ code.
71cb0ef41Sopenharmony_ci#  You must have d8 built and in your path before calling this.
81cb0ef41Sopenharmony_ci
91cb0ef41Sopenharmony_citools_path=`cd $(dirname "$0");pwd`
101cb0ef41Sopenharmony_ci$tools_path/linux-tick-processor "$@"
11