Mercurial > hg > Game > Cerium
view scripts/view_log.sh @ 1616:05d449e7b9f8 draft
remove set_NDRange
author | Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 14 May 2013 13:40:50 +0900 |
parents | 9b0908cb7553 |
children |
line wrap: on
line source
#!/bin/bash if [ $# -ne 1 ]; then echo "usage: ./view_log.sh target" exit 1 fi ruby ./log.rb $1 > /tmp/log.dot dot -Tsvg /tmp/log.dot > /tmp/log.svg; open /tmp/log.svg