#!/bin/sh
cd  `dirname $0`
OUTDIR=$1
            cat $OUTDIR/image.out | sed -e '/IMAGE/i\
'>$OUTDIR/image_ps.out

    
