head     1.2;
branch   ;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.2
date     91.02.19.16.33.53;  author andy;  state Exp;
branches ;
next     1.1;

1.1
date     91.02.19.16.26.28;  author andy;  state Exp;
branches ;
next     ;


desc
@@


1.2
log
@small fixes so others can use it
@
text
@.key opt1
;
;   Include file consistency checker.  Master script.  From an Amiga with
;   plenty of RAM, cd to the directory with this script and execute it.
;
;   Written Friday 02-Nov-90 18:20:10 Bryce Nesbitt
;
stack 40000
copy V:disk/scripts/icheck_#? ram:icheck all quiet
cd ram:icheck
relabel ram:	ram_disk	;spaces screw the script & LFORMAT
delete >NIL: errors
execute icheck_copydown
execute icheck_asm
execute icheck_c
execute icheck_single_asm
execute icheck_single_c
execute icheck_cleanup
echo "-----------Now check errors file for problems-----------------"
@


1.1
log
@Initial revision
@
text
@d9 1
a9 1
copy icheck_#? ram:icheck all quiet
@
