1#!/bin/sh23# A wrapper script to call 'linux-tick-processor'.45# Known issues on FreeBSD:6# No ticks from C++ code.7# You must have d8 built and in your path before calling this.89tools_path=`cd $(dirname"$0");pwd`
10$tools_path/linux-tick-processor"$@"11