Move to kernel style SPDX license identifiers
[lttng-ust.git] / doc / examples / demo / demo-trace
... / ...
CommitLineData
1#!/bin/sh
2#
3# SPDX-License-Identifier: MIT
4
5DIR=$(dirname "$0")
6DIR=$(readlink -f "$DIR")
7
8LD_PRELOAD="$DIR/lttng-ust-provider-ust-tests-demo.so:$DIR/lttng-ust-provider-ust-tests-demo3.so" "$DIR/demo" "${@}"
This page took 0.022784 seconds and 4 git commands to generate.