This commit is contained in:
Alexander Popov 2024-03-28 17:42:24 +03:00
parent c0be40db0f
commit d2c6e40ac7
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ wget https://git.a2s.su/iiiypuk/colors.sh/raw/branch/main/colors.sh
source colors.sh
# with colors.sh sourced, you can use the constants
echo "This is ${RED}red text${NC}"
echo -e "This is ${RED}red text${NC}"
```
## License