annotate scripts/view_log.sh @ 65:ca42a2c8ac22

add local access api
author kazz
date Thu, 09 Feb 2012 19:33:46 +0900
parents 20616fe4d28a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
40
20616fe4d28a add log viewer
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 #!/bin/bash
20616fe4d28a add log viewer
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 ruby ./log.rb $1 > /tmp/log.dot
20616fe4d28a add log viewer
kazz <kazz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 dot -Tpng /tmp/log.dot > /tmp/log.png; open /tmp/log.png