From 4499735121f489e43e87fb6b34ccf5c1dc1dc229 Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Wed, 11 May 2011 13:17:21 +0200 Subject: refactored parser script,fixed bug parse.py: refactored parsing into function sanitize.sh: fixed bug which creates race condition, removed gvcolor from toolchain --- .scripts/sanitize.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.scripts/sanitize.sh') diff --git a/.scripts/sanitize.sh b/.scripts/sanitize.sh index 92a7b6ee..75a04af1 100755 --- a/.scripts/sanitize.sh +++ b/.scripts/sanitize.sh @@ -1,2 +1,2 @@ -sudo sed -n '/tinc.retiolum/{s/.*tinc.retiolum\[[0-9]*\]: //gp}' /var/log/everything.log | ./parse.py | tee here.dot | dot | gvcolor | dot -Tpng -O -mirage noname.dot.png +sudo sed -n '/tinc.retiolum/{s/.*tinc.retiolum\[[1-9]*\]: //gp}' /var/log/everything.log | ./parse.py | tee here.dot | dot -Tpng -o retiolum.png +mirage retiolum.png -- cgit v1.2.3