Unify ltt-armall* scripts
[ltt-control.git] / lttctl / ltt-armnetsync.sh
diff --git a/lttctl/ltt-armnetsync.sh b/lttctl/ltt-armnetsync.sh
deleted file mode 100755 (executable)
index a07b751..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-DEBUGFSROOT=$(grep ^debugfs /proc/mounts | head -1 | awk '{print $2}')
-MARKERSROOT=${DEBUGFSROOT}/ltt/markers
-
-echo Connecting network synchronization markers
-
-for m in ${MARKERSROOT}/net/*_extended; do
-       echo Connecting ${m}
-       echo 1 > ${m}/enable
-done
This page took 0.022976 seconds and 4 git commands to generate.