#!/bin/bash

echo A
./reformat.pl plot2.asc >reformat.asc
echo B
a2flx <reformat.asc >reformat.flx
flx2ps -h48 -4 <reformat.flx >reformat.ps
ps2pdf reformat.ps reformat.pdf

