;install.script
;copies some things
;only needed if you want to recompile
;Fri Sep 24 04:51:52 1993 GM

cd amiga/normal
copy #?.c /baserel
copy #?.s /baserel
cd //

cd bonus/normal
copy #?.c /baserel
copy #?.s /baserel
cd //

cd gnulib/normal
copy #?.c /baserel
copy #?.s /baserel
cd //

cd string/normal
copy #?.c /baserel
copy #?.s /baserel
cd //
