freebsd-tick-processor 256 B

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