• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh
2
3# A wrapper script to call 'linux-tick-processor'.
4
5# Known issues on FreeBSD:
6#  No ticks from C++ code.
7#  You must have d8 built and in your path before calling this.
8
9tools_path=`cd $(dirname "$0");pwd`
10$tools_path/linux-tick-processor "$@"
11