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