#!/usr/local/bin/bash

echo $1 $2 $3
cat  $AFMDIR/$4 | ./kernoff > $4
afm2tfm $4 -T $3 -V $2 $1.tfm
rm $1-c.tfm
vptovf $2
rm $2.vpl

