envoi du script
This commit is contained in:
29
autopost/common.sh
Normal file
29
autopost/common.sh
Normal file
@@ -0,0 +1,29 @@
|
||||
#!/bin/bash
|
||||
source /home/$USER/autopost/conf.sh
|
||||
|
||||
# Couleurs de texte
|
||||
NOIR='\e[30m'
|
||||
ROUGE='\e[31m'
|
||||
VERT='\e[32m'
|
||||
JAUNE='\e[33m'
|
||||
BLEU='\e[34m'
|
||||
ROSE='\e[35m'
|
||||
CYAN='\e[36m'
|
||||
BLANC='\e[37m'
|
||||
|
||||
# Couleurs de fond
|
||||
FOND_NOIR='\e[40m'
|
||||
FOND_ROUGE='\e[41m'
|
||||
FOND_VERT='\e[42m'
|
||||
FOND_JAUNE='\e[43m'
|
||||
FOND_BLEU='\e[44m'
|
||||
FOND_ROSE='\e[45m'
|
||||
FOND_CYAN='\e[46m'
|
||||
FOND_BLANC='\e[47m'
|
||||
|
||||
# Effets
|
||||
GRAS='\e[1m'
|
||||
SOULIGNE='\e[4m'
|
||||
CLIGNOTANT='\e[5m'
|
||||
INVERSE='\e[7m'
|
||||
NORMAL='\e[0m'
|
||||
Reference in New Issue
Block a user