diff --git a/alliance/src/.asim b/alliance/src/.asim index 8913ef28..48fe6e59 100755 --- a/alliance/src/.asim +++ b/alliance/src/.asim @@ -1,5 +1,14 @@ -pcbs -grog -gcp -genview -growstk +#!/bin/sh +# +# This file is used to remove experimental tools from a complete +# cvs checkout of the alliance cvs tree. It should be lauched +# in the same directory where you did the `cvs co alliance' +# +# $Id: .asim,v 1.2 2002/06/26 12:57:18 czo Exp $ + +rm -fr alliance/src/pcbs +rm -fr alliance/src/grog +rm -fr alliance/src/gcp +rm -fr alliance/src/genview +rm -fr alliance/src/growstk +