blob: 2bb2618bfa0bb89d5606aaa4692b7994c07cc523 [file] [log] [blame]
Steve Block44f0eee2011-05-26 01:26:41 +01001#!/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 "$@"