1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-23 20:11:31 +01:00

Fix blue() coloring function

This commit is contained in:
bretello 2020-02-14 16:37:39 +01:00
parent 9c2e6cfcee
commit 8eb75194e1

View File

@ -65,9 +65,9 @@ function green
{
echo -e "$Green$@$CLEAR"
}
function blue
{
echo -e "$Blue@$CLEAR"
function blue
{
echo -e "$Blue$@$CLEAR"
}
## Flashes the screen until user presses a key