#
#  This script copies TECO sources from GAMERA to the local node.
#

set echo

/usr/sunlink/dni/dnicp -l -u siemsen \
	'gamera::[.teco.tecoc]makefile.ami' \
	'gamera::[.teco.tecoc]tecoc.lnk' \
	'gamera::[.teco.tecoc]makefile.sun' \
	'gamera::[.teco.tecoc]makefile.tc' \
	'gamera::[.teco.tecoc]*.h' \
	'gamera::[.teco.tecoc]*.c' \
	'gamera::[.teco.tecoc]*.bat' \
	'gamera::[.teco.tecoc]*.tec' \
	'gamera::[.teco.tecoc]*.tes' \
	'gamera::[.teco.tecoc]pg.mem' \
	'gamera::[.teco.tecoc]tctlib.rsp' \
	'gamera::[.teco.macros]*.tec' \
	'gamera::[.teco.macros]*.tes' \
	'gamera::[.teco.tecoc]*.txt' .

chmod a-x makefile.sun *.h *.c *.bat *.tec *.tes *.txt

rm tecv40.*
rm amodem.c
mv makefile.sun makefile
