Move to kernel style SPDX license identifiers
[lttng-ust.git] / doc / examples / clock-override / run-clock-override
1 #!/bin/sh
2 #
3 # SPDX-License-Identifier: MIT
4
5 # launch with: run-clock-override progname args
6
7 DIR=$(dirname "$0")
8 DIR=$(readlink -f "$DIR")
9
10 LTTNG_UST_CLOCK_PLUGIN="$DIR/lttng-ust-clock-override-example.so" "${@}"
This page took 0.029976 seconds and 4 git commands to generate.