7 lines
180 B
Plaintext
7 lines
180 B
Plaintext
|
#! /bin/sh
|
||
|
grep 'DRIFT:' /sys/bus/astribanks/devices/xbus-*/timing | sed \
|
||
|
-e 's,/sys/bus/astribanks/devices/,,' \
|
||
|
-e 's,/timing:,: ,' \
|
||
|
-e 's,DRIFT: ,,' \
|
||
|
-e 's/^[^:]*:/\U&/'
|