#!/bin/csh

#************************************************************************
#*									*
#*	bV[  }bv  vg 				*
#*									*
#************************************************************************

if ($#argv < 3) then
	echo "o̓t@C "
	echo "Rg "
	echo "vH|H|H  w ĂB"
else
	xwd_make scrout.CGX scrout.col scrout.map scrout.buf ../../../JPN/pnl/unit.dat scrout.sts scrout.end $argv[1] $argv[2] $argv[3]
	xwdlpr -rot -max a4 -Psjlbp $argv[1]_f.xwd
endif
