SCM Repository
View of /trunk/doc/probe/code/run.sh
Parent Directory
|
Revision Log
Revision 291 -
(download)
(as text)
(annotate)
Sun Aug 15 18:09:49 2010 UTC (11 years, 10 months ago) by jhr
File size: 311 byte(s)
Sun Aug 15 18:09:49 2010 UTC (11 years, 10 months ago) by jhr
File size: 311 byte(s)
Working on debugging
#!/bin/sh # # usage: # run.sh prog # if [ $# != 1 ] ; then echo "usage: run.sh <program>" exit 1 fi PROG=$1 TEEM_BIN=/usr/local/teem/bin cc -std=gnu99 -o $PROG $PROG.c || exit 1 ./$PROG | $TEEM_BIN/unu reshape -s 60 60 60 | $TEEM_BIN/unu tile -a 2 0 1 -s 10 6 | $TEEM_BIN/unu quantize -b 8 -o $PROG.png
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |