move all projects into the trunk directory
[ltt-control.git] / trunk / ltt-control / lttctl / ltt-disarmall.sh
diff --git a/trunk/ltt-control/lttctl/ltt-disarmall.sh b/trunk/ltt-control/lttctl/ltt-disarmall.sh
new file mode 100755 (executable)
index 0000000..aedcd55
--- /dev/null
@@ -0,0 +1,5 @@
+#excluding locking
+#excluding core markers, not connected to default.
+echo Disconnecting all markers
+MARKERS=`cat /proc/ltt|grep -v %k|awk '{print $2}'|sort -u|grep -v ^core_|grep -v ^locking_`
+for a in $MARKERS; do echo Disconnecting $a; echo "disconnect $a" > /proc/ltt; done
This page took 0.023062 seconds and 4 git commands to generate.