#!/bin/ksh
#
#             MicroStation plotting script
#
MS_PLTR=/usr/ustn95/plotdrv
export MS_PLTR
MS_PLTPORT=/dev/ttyd1
export MS_PLTPORT
MS_PLTFILES=/usr/ustn95/out/plot/
export MS_PLTFILES
/usr/ustn95/plotdrv/unixplot $1 $2 $3 $4 $5 $6 $7 $8 $9
