#!/bin/sh make && ./cafree > bla.tex && tex test.tex && dvips test.dvi && ps2pdf test.ps && xpdf test.pdf rm -f test.ps test.dvi test.log