From 8c4bc56cdc999c474122d48679ef85c845d4920a Mon Sep 17 00:00:00 2001 From: Olivier Sirol Date: Wed, 26 Jun 2002 12:57:18 +0000 Subject: [PATCH] cest maintenant un script... --- alliance/src/.asim | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) 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 +