alliance/CVSROOT/instool

23 lines
495 B
Plaintext
Raw Normal View History

1998-10-21 11:42:57 -05:00
#!/bin/sh
#
2002-02-27 04:32:24 -06:00
# Filename: instool
# Copyright (C) 1999, 2000 Czo <Olivier.Sirol@lip6.fr>
# License: GPL (http://www.gnu.org/copyleft/gpl.html)
# Started: Feb 2002
# Last Change: Wednesday 27 February 2002, 11:31
# Edit Time: 0:15:25
# Description:
1998-10-21 11:42:57 -05:00
#
2002-02-27 04:32:24 -06:00
# $Id: instool,v 1.29 2002/02/27 10:32:24 czo Exp $
1998-10-21 11:42:57 -05:00
#
1999-09-24 10:20:28 -05:00
2002-02-27 04:32:24 -06:00
echo "Instool est desactiv<69>."
1999-11-04 07:36:59 -06:00
echo ""
2002-02-27 04:32:24 -06:00
echo "Il faut re ecrire un truc du genre : "
echo "cd tmp"
echo "cvs co toto"
echo "configure --prefix=/asim/alliance/Linux"
echo "make install"
1999-11-04 07:36:59 -06:00
echo ""
1999-10-29 03:47:30 -05:00