diff options
author | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-05-11 13:17:21 +0200 |
---|---|---|
committer | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-05-11 13:17:21 +0200 |
commit | b0fc672487146b806c502c8118ef4ea45a5671bd (patch) | |
tree | a9b2790c6f4ffccb02c1165808212e2c97f11ddc /hosts/.scripts/sanitize.sh | |
parent | eaf462c44f518227091a4c2b616d2ba122288d23 (diff) |
refactored parser script,fixed bug
parse.py: refactored parsing into function
sanitize.sh: fixed bug which creates race condition, removed gvcolor from
toolchain
Diffstat (limited to 'hosts/.scripts/sanitize.sh')
-rwxr-xr-x | hosts/.scripts/sanitize.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/.scripts/sanitize.sh b/hosts/.scripts/sanitize.sh index 92a7b6ee..75a04af1 100755 --- a/hosts/.scripts/sanitize.sh +++ b/hosts/.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 |