Initial revision

This commit is contained in:
ceriel 1986-12-12 13:43:06 +00:00
parent 4c956c400e
commit d62336a718

View file

@ -0,0 +1,4 @@
if vax4 -O -c -I../../../h -I. $1 1>&2
then echo `basename $1 $2`.o
else exit 1
fi