Update ADconnection.sh

This commit is contained in:
PierreGoude 2017-02-03 12:31:44 +01:00 committed by GitHub
parent 8dd5f6dd6d
commit 98bc00f554

View File

@ -10,15 +10,8 @@
NORMAL=`echo "\033[m"` NORMAL=`echo "\033[m"`
MENU=`echo "\033[36m"` #Blue MENU=`echo "\033[36m"` #Blue
NUMBER=`echo "\033[33m"` #yellow NUMBER=`echo "\033[33m"` #yellow
FGRED=`echo "\033[41m"`
RED_TEXT=`echo "\033[31m"` #Red RED_TEXT=`echo "\033[31m"` #Red
ENTER_LINE=`echo "\033[33m"`
INTRO_TEXT=`echo "\033[32m"` #green and white text INTRO_TEXT=`echo "\033[32m"` #green and white text
INFOS=`echo "\033[103;30m"` #yellow bg
SUCCESS=`echo "\033[102;30m"` #green bg
WARNING=`echo "\033[101;30m"` #red bg
WARP=`echo "\033[106;30m"` #lightblue bg
BLACK=`echo "\033[109;30m"` #SPACE bg
END=`echo "\033[0m"` END=`echo "\033[0m"`
# ~~~~~~~~~~ Environment Setup ~~~~~~~~~~ # # ~~~~~~~~~~ Environment Setup ~~~~~~~~~~ #
sudo sudo