#!/bin/sh # # usage: # run.sh prog # if [ $# != 1 ] ; then echo "usage: run.sh " exit 1 fi PROG=$1 TEEM_BIN=/usr/local/teem/bin cc -std=gnu99 -o $PROG $PROG.c ./$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
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: 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