466357f5c2
This revision of DAHDI-Tools is the base revision for the switch to git. git-svn-id: http://svn.astersk.org/svn/dahdi/tools/tools/trunk@9159
7 lines
180 B
Bash
Executable File
7 lines
180 B
Bash
Executable File
#! /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&/'
|