# cxd - compile a 'C' program on a DEC MICROVAX II # copying binary into unsufficed filename. # Don Herbison-Evans 7 Dec 1994 cc $1.c -o $1.b -lm -lX11 -I/usr/include/bsd -lbsd cp $1.b $1 rm $1.b chmod 775 $1 chmod 775 $1.c