Browse Source
Update ddInstall.sh
brighter blue for dotsay, better to read on black terminal
pull/8/head
jonasled
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
serverside/ddInstall.sh
|
|
@ -5,7 +5,7 @@ Say () { |
|
|
|
} |
|
|
|
|
|
|
|
DotSay () { |
|
|
|
printf "[\e[1;34m*\e[0m] \e[0;34m $1 \e[0m \n"; |
|
|
|
printf "[\e[1;34m*\e[0m] \e[1;34m $1 \e[0m \n"; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|