head     1.1;
access   ;
symbols  ;
locks    ;
comment  @@;


1.1
date     91.02.08.15.31.27;  author bin;  state Exp;
branches ;
next	;


desc
@initial version provided by steve ness
@



1.1
log
@Initial revision
@
text
@: yacc sh.y
cc -i -O -DVERSION='"VERSION='"`version`"'"' -o sh *.c
rm *.o
@
