Created
January 5, 2020 17:23
-
-
Save matgou/875ba3db323206b31bb8ff78133a9439 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# | |
# | |
if [ -t 0 ] | |
then | |
noir='\e[0;30m' | |
gris='\e[1;30m' | |
rougefonce='\e[0;31m' | |
rose='\e[1;31m' | |
vertfonce='\e[0;32m' | |
vertclair='\e[1;32m' | |
orange='\e[0;33m' | |
jaune='\e[1;33m' | |
bleufonce='\e[0;34m' | |
bleuclair='\e[1;34m' | |
violetfonce='\e[0;35m' | |
violetclair='\e[1;35m' | |
cyanfonce='\e[0;36m' | |
cyanclair='\e[1;36m' | |
grisclair='\e[0;37m' | |
blanc='\e[1;37m' | |
neutre='\e[0;m' | |
fi | |
echo "${rougefonce}Bonjour${neutre} ${jaune}les gens${neutre}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment