Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.10-rc7 8 lines 197 B view raw
1#!/bin/sh 2# description: Basic trace clock test 3test -f trace_clock 4for c in `cat trace_clock | tr -d \[\]`; do 5 echo $c > trace_clock 6 grep '\['$c'\]' trace_clock 7done 8echo local > trace_clock