Remove commented code
[ltt-control.git] / lttctl / ltt-armnetsync.sh
CommitLineData
34519f39
MD
1DEBUGFSROOT=$(grep ^debugfs /proc/mounts | head -1 | awk '{print $2}')
2MARKERSROOT=${DEBUGFSROOT}/ltt/markers
3
4echo Connecting network synchronization markers
5
6for m in ${MARKERSROOT}/net/*_extended; do
7 echo Connecting ${m}
8 echo 1 > ${m}/enable
9done
This page took 0.022117 seconds and 4 git commands to generate.