script to analyze the unlock time
[brisk.git] / bin / check_unlock.sh
diff --git a/bin/check_unlock.sh b/bin/check_unlock.sh
new file mode 100755 (executable)
index 0000000..5384bd4
--- /dev/null
@@ -0,0 +1 @@
+grep UNLOCK brisk.log | sed 's/\([0-9]*\)\]\] \[\]$/\1/g;s/.*\[//g'  | sort -n