From: Matteo Nastasi (mop) Date: Fri, 6 May 2011 16:17:49 +0000 (+0200) Subject: script to analyze the unlock time X-Git-Tag: 3.5.4~6 X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=76be9fb98c0d961d233def97f83a58fe2168df45 script to analyze the unlock time --- diff --git a/bin/check_unlock.sh b/bin/check_unlock.sh new file mode 100755 index 0000000..5384bd4 --- /dev/null +++ b/bin/check_unlock.sh @@ -0,0 +1 @@ +grep UNLOCK brisk.log | sed 's/\([0-9]*\)\]\] \[\]$/\1/g;s/.*\[//g' | sort -n