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