brintos

brintos / linux-shallow public Read only

0
0
Text · 222 B · 531e472 Raw
10 lines · plain
1#!/bin/sh2# SPDX-License-Identifier: GPL-2.03# description: Basic test for tracers4# flags: instance5test -f available_tracers6for t in `cat available_tracers`; do7  echo $t > current_tracer8done9echo nop > current_tracer10