Replace tabs with spaces for consistency (indenting is still tabs)
This commit is contained in:
parent
bb61cf31a2
commit
ab1fbd6367
31 changed files with 147 additions and 149 deletions
|
@ -44,11 +44,10 @@ if [ -x "$(command -v tput)" ]; then
|
|||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}${blue}" # labels
|
||||
nc="${reset}${bold}${blue}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${blue}" # first color
|
||||
c1="${reset}${white}" # second color
|
||||
lc="${reset}${bold}${blue}" # labels
|
||||
nc="${reset}${bold}${blue}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${blue}" # first color
|
||||
|
||||
## OUTPUT
|
||||
|
||||
|
|
|
@ -44,11 +44,11 @@ if [ -x "$(command -v tput)" ]; then
|
|||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}${blue}" # labels
|
||||
nc="${reset}${bold}${blue}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${blue}" # first color
|
||||
c1="${reset}${bold}${white}" # second color
|
||||
lc="${reset}${bold}${blue}" # labels
|
||||
nc="${reset}${bold}${blue}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${blue}" # first color
|
||||
c1="${reset}${bold}${white}" # second color
|
||||
|
||||
## OUTPUT
|
||||
|
||||
|
|
|
@ -44,10 +44,10 @@ if [ -x "$(command -v tput)" ]; then
|
|||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}${blue}" # labels
|
||||
nc="${reset}${bold}${blue}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${blue}" # first color
|
||||
lc="${reset}${bold}${blue}" # labels
|
||||
nc="${reset}${bold}${blue}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${blue}" # first color
|
||||
|
||||
## OUTPUT
|
||||
|
||||
|
|
|
@ -44,10 +44,10 @@ if [ -x "$(command -v tput)" ]; then
|
|||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}${blue}" # labels
|
||||
nc="${reset}${bold}${blue}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${blue}" # first color
|
||||
lc="${reset}${bold}${blue}" # labels
|
||||
nc="${reset}${bold}${blue}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${blue}" # first color
|
||||
|
||||
## OUTPUT
|
||||
|
||||
|
|
|
@ -44,10 +44,10 @@ if [ -x "$(command -v tput)" ]; then
|
|||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}${blue}" # labels
|
||||
nc="${reset}${bold}${blue}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${blue}" # first color
|
||||
lc="${reset}${bold}${blue}" # labels
|
||||
nc="${reset}${bold}${blue}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${blue}" # first color
|
||||
|
||||
## OUTPUT
|
||||
|
||||
|
|
12
ufetch-artix
12
ufetch-artix
|
@ -44,12 +44,12 @@ if [ -x "$(command -v tput)" ]; then
|
|||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}${cyan}" # labels
|
||||
nc="${reset}${bold}${cyan}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${cyan}" # first color
|
||||
c1="${reset}${bold}${blue}" # second color
|
||||
c2="${reset}${bold}${green}" # third color
|
||||
lc="${reset}${bold}${cyan}" # labels
|
||||
nc="${reset}${bold}${cyan}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${cyan}" # first color
|
||||
c1="${reset}${bold}${blue}" # second color
|
||||
c2="${reset}${bold}${green}" # third color
|
||||
|
||||
## OUTPUT
|
||||
|
||||
|
|
|
@ -18,10 +18,10 @@ bold=`tput bold`
|
|||
reset=`tput sgr0`
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}" # labels
|
||||
nc="${reset}${bold}" # user and hostname
|
||||
ic="${reset}" # info
|
||||
c0="${reset}" # first color
|
||||
lc="${reset}${bold}" # labels
|
||||
nc="${reset}${bold}" # user and hostname
|
||||
ic="${reset}" # info
|
||||
c0="${reset}" # first color
|
||||
|
||||
## OUTPUT
|
||||
|
||||
|
|
|
@ -44,13 +44,13 @@ if [ -x "$(command -v tput)" ]; then
|
|||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}${magenta}" # labels
|
||||
nc="${reset}${bold}${magenta}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${green}" # first color
|
||||
c1="${reset}${bold}${yellow}" # second color
|
||||
c2="${reset}${bold}${magenta}" # third color
|
||||
c3="${reset}${bold}${blue}" # fourth color
|
||||
lc="${reset}${bold}${magenta}" # labels
|
||||
nc="${reset}${bold}${magenta}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${green}" # first color
|
||||
c1="${reset}${bold}${yellow}" # second color
|
||||
c2="${reset}${bold}${magenta}" # third color
|
||||
c3="${reset}${bold}${blue}" # fourth color
|
||||
|
||||
## OUTPUT
|
||||
|
||||
|
|
12
ufetch-crux
12
ufetch-crux
|
@ -44,12 +44,12 @@ if [ -x "$(command -v tput)" ]; then
|
|||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}${cyan}" # labels
|
||||
nc="${reset}${bold}${cyan}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${cyan}" # first color
|
||||
c1="${reset}${white}" # second color
|
||||
c2="${reset}${yellow}" # third color
|
||||
lc="${reset}${bold}${cyan}" # labels
|
||||
nc="${reset}${bold}${cyan}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${cyan}" # first color
|
||||
c1="${reset}${white}" # second color
|
||||
c2="${reset}${yellow}" # third color
|
||||
|
||||
## OUTPUT
|
||||
|
||||
|
|
|
@ -44,11 +44,11 @@ if [ -x "$(command -v tput)" ]; then
|
|||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}${red}" # labels
|
||||
nc="${reset}${bold}${red}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${red}" # first color
|
||||
c1="${reset}${red}" # second color
|
||||
lc="${reset}${bold}${red}" # labels
|
||||
nc="${reset}${bold}${red}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${red}" # first color
|
||||
c1="${reset}${red}" # second color
|
||||
|
||||
## OUTPUT
|
||||
|
||||
|
|
|
@ -44,11 +44,11 @@ if [ -x "$(command -v tput)" ]; then
|
|||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}${green}" # labels
|
||||
nc="${reset}${bold}${green}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${white}" # first color
|
||||
c1="${reset}${white}" # second color
|
||||
lc="${reset}${bold}${green}" # labels
|
||||
nc="${reset}${bold}${green}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${white}" # first color
|
||||
c1="${reset}${white}" # second color
|
||||
|
||||
## OUTPUT
|
||||
|
||||
|
|
|
@ -44,11 +44,11 @@ if [ -x "$(command -v tput)" ]; then
|
|||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}${blue}" # labels
|
||||
nc="${reset}${bold}${blue}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${white}" # first color
|
||||
c1="${reset}${bold}${cyan}" # second color
|
||||
lc="${reset}${bold}${blue}" # labels
|
||||
nc="${reset}${bold}${blue}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${white}" # first color
|
||||
c1="${reset}${bold}${cyan}" # second color
|
||||
|
||||
## OUTPUT
|
||||
|
||||
|
|
|
@ -44,11 +44,11 @@ if [ -x "$(command -v tput)" ]; then
|
|||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}${red}" # labels
|
||||
nc="${reset}${bold}${red}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${red}" # first color
|
||||
c1="${reset}${red}" # second color
|
||||
lc="${reset}${bold}${red}" # labels
|
||||
nc="${reset}${bold}${red}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${red}" # first color
|
||||
c1="${reset}${red}" # second color
|
||||
|
||||
## OUTPUT
|
||||
|
||||
|
|
|
@ -44,11 +44,11 @@ if [ -x "$(command -v tput)" ]; then
|
|||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}${magenta}" # labels
|
||||
nc="${reset}${bold}${magenta}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${magenta}" # first color
|
||||
c1="${reset}${magenta}" # second color
|
||||
lc="${reset}${bold}${magenta}" # labels
|
||||
nc="${reset}${bold}${magenta}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${magenta}" # first color
|
||||
c1="${reset}${magenta}" # second color
|
||||
|
||||
## OUTPUT
|
||||
|
||||
|
|
12
ufetch-linux
12
ufetch-linux
|
@ -43,12 +43,12 @@ if [ -x "$(command -v tput)" ]; then
|
|||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}${black}" # labels
|
||||
nc="${reset}${bold}${black}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${black}" # first color
|
||||
c1="${reset}${white}" # second color
|
||||
c2="${reset}${yellow}" # third color
|
||||
lc="${reset}${bold}${black}" # labels
|
||||
nc="${reset}${bold}${black}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${black}" # first color
|
||||
c1="${reset}${white}" # second color
|
||||
c2="${reset}${yellow}" # third color
|
||||
|
||||
## OUTPUT
|
||||
|
||||
|
|
|
@ -44,11 +44,11 @@ if [ -x "$(command -v tput)" ]; then
|
|||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}${yellow}" # labels
|
||||
nc="${reset}${bold}${yellow}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${yellow}" # first color
|
||||
c1="${reset}${bold}${white}" # second color
|
||||
lc="${reset}${bold}${yellow}" # labels
|
||||
nc="${reset}${bold}${yellow}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${yellow}" # first color
|
||||
c1="${reset}${bold}${white}" # second color
|
||||
|
||||
## OUTPUT
|
||||
|
||||
|
|
|
@ -43,10 +43,10 @@ if [ -x "$(command -v tput)" ]; then
|
|||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}" # labels
|
||||
nc="${reset}${bold}" # user and hostname
|
||||
ic="${reset}" # info
|
||||
c0="${reset}" # first color
|
||||
lc="${reset}${bold}" # labels
|
||||
nc="${reset}${bold}" # user and hostname
|
||||
ic="${reset}" # info
|
||||
c0="${reset}" # first color
|
||||
|
||||
## OUTPUT
|
||||
|
||||
|
|
|
@ -43,11 +43,11 @@ if [ -x "$(command -v tput)" ]; then
|
|||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}${blue}" # labels
|
||||
nc="${reset}${bold}${blue}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${white}" # first color
|
||||
c1="${reset}${bold}${cyan}" # second color
|
||||
lc="${reset}${bold}${blue}" # labels
|
||||
nc="${reset}${bold}${blue}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${white}" # first color
|
||||
c1="${reset}${bold}${cyan}" # second color
|
||||
|
||||
## OUTPUT
|
||||
|
||||
|
|
|
@ -44,10 +44,10 @@ if [ -x "$(command -v tput)" ]; then
|
|||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}${green}" # labels
|
||||
nc="${reset}${bold}${green}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${green}" # first color
|
||||
lc="${reset}${bold}${green}" # labels
|
||||
nc="${reset}${bold}${green}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${green}" # first color
|
||||
|
||||
## OUTPUT
|
||||
|
||||
|
|
10
ufetch-mint
10
ufetch-mint
|
@ -44,11 +44,11 @@ if [ -x "$(command -v tput)" ]; then
|
|||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}${green}" # labels
|
||||
nc="${reset}${bold}${green}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${green}" # first color
|
||||
c1="${reset}${bold}${white}" # second color
|
||||
lc="${reset}${bold}${green}" # labels
|
||||
nc="${reset}${bold}${green}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${green}" # first color
|
||||
c1="${reset}${bold}${white}" # second color
|
||||
|
||||
## OUTPUT
|
||||
|
||||
|
|
|
@ -44,10 +44,10 @@ if [ -x "$(command -v tput)" ]; then
|
|||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}${white}" # labels
|
||||
nc="${reset}${bold}${white}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${white}" # first color
|
||||
lc="${reset}${bold}${white}" # labels
|
||||
nc="${reset}${bold}${white}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${white}" # first color
|
||||
|
||||
## OUTPUT
|
||||
|
||||
|
|
10
ufetch-nixos
10
ufetch-nixos
|
@ -44,11 +44,11 @@ if [ -x "$(command -v tput)" ]; then
|
|||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}${blue}" # labels
|
||||
nc="${reset}${bold}${blue}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${blue}" # first color
|
||||
c1="${reset}${bold}${blue}" # second color
|
||||
lc="${reset}${bold}${blue}" # labels
|
||||
nc="${reset}${bold}${blue}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${blue}" # first color
|
||||
c1="${reset}${bold}${blue}" # second color
|
||||
|
||||
## OUTPUT
|
||||
|
||||
|
|
|
@ -44,12 +44,12 @@ if [ -x "$(command -v tput)" ]; then
|
|||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}${yellow}" # labels
|
||||
nc="${reset}${bold}${yellow}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${yellow}" # first color
|
||||
c1="${reset}${white}" # second color
|
||||
c2="${reset}${bold}${yellow}" # third color
|
||||
lc="${reset}${bold}${yellow}" # labels
|
||||
nc="${reset}${bold}${yellow}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${yellow}" # first color
|
||||
c1="${reset}${white}" # second color
|
||||
c2="${reset}${bold}${yellow}" # third color
|
||||
|
||||
|
||||
## OUTPUT
|
||||
|
|
|
@ -44,11 +44,10 @@ if [ -x "$(command -v tput)" ]; then
|
|||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}${magenta}" # labels
|
||||
nc="${reset}${bold}${magenta}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${magenta}" # first color
|
||||
c1="${reset}${magenta}" # second color
|
||||
lc="${reset}${bold}${magenta}" # labels
|
||||
nc="${reset}${bold}${magenta}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${magenta}" # first color
|
||||
|
||||
## OUTPUT
|
||||
|
||||
|
|
|
@ -44,10 +44,10 @@ if [ -x "$(command -v tput)" ]; then
|
|||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}${cyan}" # labels
|
||||
nc="${reset}${bold}${cyan}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${cyan}" # first color
|
||||
lc="${reset}${bold}${cyan}" # labels
|
||||
nc="${reset}${bold}${cyan}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${cyan}" # first color
|
||||
|
||||
## OUTPUT
|
||||
|
||||
|
|
|
@ -44,10 +44,10 @@ if [ -x "$(command -v tput)" ]; then
|
|||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}${blue}" # labels
|
||||
nc="${reset}${bold}${blue}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${white}" # first color
|
||||
lc="${reset}${bold}${blue}" # labels
|
||||
nc="${reset}${bold}${blue}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${white}" # first color
|
||||
|
||||
## OUTPUT
|
||||
|
||||
|
|
|
@ -44,11 +44,11 @@ if [ -x "$(command -v tput)" ]; then
|
|||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}${red}" # labels
|
||||
nc="${reset}${bold}${red}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${green}" # first color
|
||||
c1="${reset}${bold}${red}" # second color
|
||||
lc="${reset}${bold}${red}" # labels
|
||||
nc="${reset}${bold}${red}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${green}" # first color
|
||||
c1="${reset}${bold}${red}" # second color
|
||||
|
||||
## OUTPUT
|
||||
|
||||
|
|
|
@ -44,10 +44,10 @@ if [ -x "$(command -v tput)" ]; then
|
|||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}${green}" # labels
|
||||
nc="${reset}${bold}${green}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${green}" # first color
|
||||
lc="${reset}${bold}${green}" # labels
|
||||
nc="${reset}${bold}${green}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${green}" # first color
|
||||
|
||||
## OUTPUT
|
||||
|
||||
|
|
|
@ -44,10 +44,10 @@ if [ -x "$(command -v tput)" ]; then
|
|||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}${yellow}" # labels
|
||||
nc="${reset}${bold}${yellow}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${yellow}" # first color
|
||||
lc="${reset}${bold}${yellow}" # labels
|
||||
nc="${reset}${bold}${yellow}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${yellow}" # first color
|
||||
|
||||
## OUTPUT
|
||||
|
||||
|
|
10
ufetch-void
10
ufetch-void
|
@ -44,11 +44,11 @@ if [ -x "$(command -v tput)" ]; then
|
|||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}${green}" # labels
|
||||
nc="${reset}${bold}${green}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${green}" # first color
|
||||
c1="${reset}${green}" # second color
|
||||
lc="${reset}${bold}${green}" # labels
|
||||
nc="${reset}${bold}${green}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${green}" # first color
|
||||
c1="${reset}${green}" # second color
|
||||
|
||||
## OUTPUT
|
||||
|
||||
|
|
|
@ -44,10 +44,10 @@ if [ -x "$(command -v tput)" ]; then
|
|||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${reset}${bold}${yellow}" # labels
|
||||
nc="${reset}${bold}${yellow}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${yellow}" # first color
|
||||
lc="${reset}${bold}${yellow}" # labels
|
||||
nc="${reset}${bold}${yellow}" # user and hostname
|
||||
ic="${reset}${bold}${white}" # info
|
||||
c0="${reset}${bold}${yellow}" # first color
|
||||
|
||||
## OUTPUT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue