This commit is contained in:
thibault.dewailly
2016-04-01 16:48:31 +02:00
parent 08da17be24
commit 1a41e2f592
10 changed files with 145 additions and 124 deletions

View File

@@ -21,13 +21,15 @@
# Reset Color (for syslog)
NC='\033[0m'
WHITE='\033[0m'
# Colors
RED='\033[1;31m'
GREEN='\033[1;32m'
YELLOW='\033[1;33m'
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[0;33m'
GRAY='\033[0;40m' # Gray
# Bold
BRED='\033[1;31m' # Red
BGREEN='\033[1;32m' # Green
BYELLOW='\033[1;33m' # Yellow
BWHITE='\033[1;37m' # White