Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# Script d'installation de l'agent observium. Teste sur: Debian 7,8 64bits
# Clément Provenier - 02/12/2015
# Variables Couleurs / Réinitialise les couleurs à la normale : tput sgr0
VERT="\\033[1;32m"
NORMAL="\\033[0;39m"
ROUGE="\\033[1;31m"
ROSE="\\033[1;35m"
BLEU="\\033[1;34m"
BLANC="\\033[0;02m"