mise à jour des excercices tronc-commun-2

This commit is contained in:
2017-01-26 18:06:37 +01:00
committed by Benjamin Bohard
parent 7157bb6725
commit 15f0448816
31 changed files with 318 additions and 877 deletions

View File

@ -0,0 +1,10 @@
#!/bin/bash
if [ $(CreoleGet activer_ircd) = "oui" ];then
. /usr/lib/eole/diagnose.sh
EchoGras "*** Serveur IRCD"
TestService IRCD 127.0.0.1:$(CreoleGet ircd_port)
echo
fi
exit 0