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