move all projects into the trunk directory
[ltt-control.git] / ltt-control / lttctl / ltt-disarmall.sh
diff --git a/ltt-control/lttctl/ltt-disarmall.sh b/ltt-control/lttctl/ltt-disarmall.sh
deleted file mode 100755 (executable)
index aedcd55..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#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.023464 seconds and 4 git commands to generate.