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


39.1
date     92.02.28.11.06.18;  author mks;  state Exp;
branches ;
next     ;


desc
@This deletes the files for a specific build
@



39.1
log
@Initial release
@
text
@.key VERSION/A,REVISION/A
.bra {
.ket }
Echo "This will kill the {VERSION}.{REVISION} builds"
Delete V:disk/kickstart/builds/#?.{VERSION}.{REVISION}#? FORCE QUIET
@
