brintos

brintos / linux-shallow public Read only

0
0
Text · 250 B · 58a2506 Raw
11 lines · plain
1#!/bin/sh2# SPDX-License-Identifier: GPL-2.03# description: Basic trace clock test4# flags: instance5test -f trace_clock6for c in `cat trace_clock | tr  -d \[\]`; do7  echo $c > trace_clock8  grep '\['$c'\]' trace_clock9done10echo local > trace_clock11