mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
Make it BOLD
This commit is contained in:
parent
e4ee005953
commit
69cda511aa
@ -57,6 +57,7 @@ CYAN='\033[0;96m'
|
||||
YELLOW='\033[0;93m'
|
||||
PURPLE='\033[0;95m'
|
||||
BLUE='\033[0;94m'
|
||||
BOLD='\033[1m'
|
||||
NC='\033[0m'
|
||||
|
||||
# Message Codes
|
||||
@ -886,7 +887,7 @@ function list_gs_arguments {
|
||||
## Show Version
|
||||
function show_version {
|
||||
echo -e "========================================================"
|
||||
MESSAGE="${PROGRAM} by ${CYAN}@vmstan${NC}"
|
||||
MESSAGE="${BOLD}${PROGRAM}${NC} by ${CYAN}@vmstan${NC}"
|
||||
echo_info
|
||||
|
||||
MESSAGE="${BLUE}https://github.com/vmstan/gravity-sync${NC}"
|
||||
|
Loading…
Reference in New Issue
Block a user