#!/bin/sh
################################################################################################
## 
##  Nom:  
##
##  Version: 0.1
##
##  Licence: Creative Commons
##
##  Comportement: 
##
##
##
################################################################################################
##
##  Date de création: 
##
##  Auteur: Gardouille
##
##
##  Dernière modifications:
##  27/01/2011: - 
# **********************************************************************************************
##  02/02/2011: - 
##              - 
# **********************************************************************************************
##
##
##
################################################################################################



# **********************************************************************************************
# 
# Variables globales
# 
# -----------------------------------------------------------
# 

# Fin des variables globales
# -----------------------------------------------------------
# **********************************************************************************************


# **********************************************************************************************
# 
# Fichiers globaux
# 
# -----------------------------------------------------------
# 

# Fin des fichiers globaux
# -----------------------------------------------------------
# **********************************************************************************************


# **********************************************************************************************
# 
# Fonctions globales
# 
# -----------------------------------------------------------
# Divers echos ...
echoi() { echo " (ii) $*" >> "${log}" ; }
echok() { echo " (ok) $*" >> "${log}" ; }
echow() { echo " (!!) $*" >> "${log}" ; }
echnk() { echo " (EE) $*" >> "${log}" ; }

# Fin des fonctions globales
# -----------------------------------------------------------
# **********************************************************************************************



# **********************************************************************************************
# 
# Programme principale
# 
# -----------------------------------------------------------


exit 0
# Fin de la boucle principale
# -----------------------------------------------------------
# **********************************************************************************************