#!/bin/sh
#

RCSDIFF="rcsdiff -c"
NEWFILE="diff -c /dev/null"

#
# Example of how to enter RCSDIFF commands:
#
#$RCSDIFF -r1.x Makefile

#
# Example of how to enter new files which have not previously been in 
# the distribution:
#
#$NEWFILE dec.keys

$RCSDIFF -r1.1 rasm.h
$RCSDIFF -r1.1 jmp.c
$RCSDIFF -r1.1 mov.c
$RCSDIFF -r1.1 operand.c
$RCSDIFF -r1.1 bios.c
$RCSDIFF -r1.1 window.c
$RCSDIFF -r1.1 main.c
