doc: implement REUSE with SPDX identifiers
[lttng-ust.git] / doc / examples / clock-override / run-clock-override
... / ...
CommitLineData
1#!/bin/sh
2
3# SPDX-FileCopyrightText: 2023 EfficiOS, Inc
4#
5# SPDX-License-Identifier: MIT
6
7# launch with: run-clock-override progname args
8
9DIR=$(dirname "$0")
10DIR=$(readlink -f "$DIR")
11
12LTTNG_UST_CLOCK_PLUGIN="$DIR/lttng-ust-clock-override-example.so" "${@}"
This page took 0.022653 seconds and 4 git commands to generate.