Mercurial > hg > Game > Cerium
view scripts/view_log.sh @ 1918:15e8c50ed570 draft
add cuda sample, not running
author | Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 24 Jan 2014 07:16:26 +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