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