script to analyze the unlock time
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Fri, 6 May 2011 16:17:49 +0000 (18:17 +0200)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Fri, 6 May 2011 16:17:49 +0000 (18:17 +0200)
bin/check_unlock.sh [new file with mode: 0755]

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