cest maintenant un script...
This commit is contained in:
parent
181343833a
commit
8c4bc56cdc
|
@ -1,5 +1,14 @@
|
||||||
pcbs
|
#!/bin/sh
|
||||||
grog
|
#
|
||||||
gcp
|
# This file is used to remove experimental tools from a complete
|
||||||
genview
|
# cvs checkout of the alliance cvs tree. It should be lauched
|
||||||
growstk
|
# 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue