Fermer script shell...
Loo
-
Loo -
Loo -
Bonjour, alors voila, je voudrais savoir comment je peux fermer un script shell a partir d'un autre appelé par le premier ^^, je m'explique :
#!/bin/bash
#
./monscript2.sh
exit 0;
#!/bin/bash
#
FERMER ./monscript1.sh
exit 0;
#!/bin/bash
#
./monscript2.sh
exit 0;
#!/bin/bash
#
FERMER ./monscript1.sh
exit 0;
Configuration: Linux Firefox 3.5.7