Files
HAddons/.templates/show_text_color
ai-dev 8e559fa82c test
2025-10-11 11:17:26 +02:00

10 lines
159 B
Plaintext

#Define colors
red=1
green=2
yellow=3
blue=4
violet=5
teal=6
echo "$(tput setaf $red)ENV exported : $word$(tput sgr0)"
echo -e "\033[0;31mError\033[0m : Text"