Replace tabs with spaces for consistency (indenting is still tabs)

This commit is contained in:
Dawid Potocki 2019-01-14 15:47:41 +13:00
parent bb61cf31a2
commit ab1fbd6367
31 changed files with 147 additions and 149 deletions

View file

@ -44,11 +44,10 @@ if [ -x "$(command -v tput)" ]; then
fi fi
# you can change these # you can change these
lc="${reset}${bold}${blue}" # labels lc="${reset}${bold}${blue}" # labels
nc="${reset}${bold}${blue}" # user and hostname nc="${reset}${bold}${blue}" # user and hostname
ic="${reset}${bold}${white}" # info ic="${reset}${bold}${white}" # info
c0="${reset}${blue}" # first color c0="${reset}${blue}" # first color
c1="${reset}${white}" # second color
## OUTPUT ## OUTPUT

View file

@ -44,11 +44,11 @@ if [ -x "$(command -v tput)" ]; then
fi fi
# you can change these # you can change these
lc="${reset}${bold}${blue}" # labels lc="${reset}${bold}${blue}" # labels
nc="${reset}${bold}${blue}" # user and hostname nc="${reset}${bold}${blue}" # user and hostname
ic="${reset}${bold}${white}" # info ic="${reset}${bold}${white}" # info
c0="${reset}${bold}${blue}" # first color c0="${reset}${bold}${blue}" # first color
c1="${reset}${bold}${white}" # second color c1="${reset}${bold}${white}" # second color
## OUTPUT ## OUTPUT

View file

@ -44,10 +44,10 @@ if [ -x "$(command -v tput)" ]; then
fi fi
# you can change these # you can change these
lc="${reset}${bold}${blue}" # labels lc="${reset}${bold}${blue}" # labels
nc="${reset}${bold}${blue}" # user and hostname nc="${reset}${bold}${blue}" # user and hostname
ic="${reset}${bold}${white}" # info ic="${reset}${bold}${white}" # info
c0="${reset}${bold}${blue}" # first color c0="${reset}${bold}${blue}" # first color
## OUTPUT ## OUTPUT

View file

@ -44,10 +44,10 @@ if [ -x "$(command -v tput)" ]; then
fi fi
# you can change these # you can change these
lc="${reset}${bold}${blue}" # labels lc="${reset}${bold}${blue}" # labels
nc="${reset}${bold}${blue}" # user and hostname nc="${reset}${bold}${blue}" # user and hostname
ic="${reset}${bold}${white}" # info ic="${reset}${bold}${white}" # info
c0="${reset}${bold}${blue}" # first color c0="${reset}${bold}${blue}" # first color
## OUTPUT ## OUTPUT

View file

@ -44,10 +44,10 @@ if [ -x "$(command -v tput)" ]; then
fi fi
# you can change these # you can change these
lc="${reset}${bold}${blue}" # labels lc="${reset}${bold}${blue}" # labels
nc="${reset}${bold}${blue}" # user and hostname nc="${reset}${bold}${blue}" # user and hostname
ic="${reset}${bold}${white}" # info ic="${reset}${bold}${white}" # info
c0="${reset}${bold}${blue}" # first color c0="${reset}${bold}${blue}" # first color
## OUTPUT ## OUTPUT

View file

@ -44,12 +44,12 @@ if [ -x "$(command -v tput)" ]; then
fi fi
# you can change these # you can change these
lc="${reset}${bold}${cyan}" # labels lc="${reset}${bold}${cyan}" # labels
nc="${reset}${bold}${cyan}" # user and hostname nc="${reset}${bold}${cyan}" # user and hostname
ic="${reset}${bold}${white}" # info ic="${reset}${bold}${white}" # info
c0="${reset}${bold}${cyan}" # first color c0="${reset}${bold}${cyan}" # first color
c1="${reset}${bold}${blue}" # second color c1="${reset}${bold}${blue}" # second color
c2="${reset}${bold}${green}" # third color c2="${reset}${bold}${green}" # third color
## OUTPUT ## OUTPUT

View file

@ -18,10 +18,10 @@ bold=`tput bold`
reset=`tput sgr0` reset=`tput sgr0`
# you can change these # you can change these
lc="${reset}${bold}" # labels lc="${reset}${bold}" # labels
nc="${reset}${bold}" # user and hostname nc="${reset}${bold}" # user and hostname
ic="${reset}" # info ic="${reset}" # info
c0="${reset}" # first color c0="${reset}" # first color
## OUTPUT ## OUTPUT

View file

@ -44,13 +44,13 @@ if [ -x "$(command -v tput)" ]; then
fi fi
# you can change these # you can change these
lc="${reset}${bold}${magenta}" # labels lc="${reset}${bold}${magenta}" # labels
nc="${reset}${bold}${magenta}" # user and hostname nc="${reset}${bold}${magenta}" # user and hostname
ic="${reset}${bold}${white}" # info ic="${reset}${bold}${white}" # info
c0="${reset}${bold}${green}" # first color c0="${reset}${bold}${green}" # first color
c1="${reset}${bold}${yellow}" # second color c1="${reset}${bold}${yellow}" # second color
c2="${reset}${bold}${magenta}" # third color c2="${reset}${bold}${magenta}" # third color
c3="${reset}${bold}${blue}" # fourth color c3="${reset}${bold}${blue}" # fourth color
## OUTPUT ## OUTPUT

View file

@ -44,12 +44,12 @@ if [ -x "$(command -v tput)" ]; then
fi fi
# you can change these # you can change these
lc="${reset}${bold}${cyan}" # labels lc="${reset}${bold}${cyan}" # labels
nc="${reset}${bold}${cyan}" # user and hostname nc="${reset}${bold}${cyan}" # user and hostname
ic="${reset}${bold}${white}" # info ic="${reset}${bold}${white}" # info
c0="${reset}${cyan}" # first color c0="${reset}${cyan}" # first color
c1="${reset}${white}" # second color c1="${reset}${white}" # second color
c2="${reset}${yellow}" # third color c2="${reset}${yellow}" # third color
## OUTPUT ## OUTPUT

View file

@ -44,11 +44,11 @@ if [ -x "$(command -v tput)" ]; then
fi fi
# you can change these # you can change these
lc="${reset}${bold}${red}" # labels lc="${reset}${bold}${red}" # labels
nc="${reset}${bold}${red}" # user and hostname nc="${reset}${bold}${red}" # user and hostname
ic="${reset}${bold}${white}" # info ic="${reset}${bold}${white}" # info
c0="${reset}${bold}${red}" # first color c0="${reset}${bold}${red}" # first color
c1="${reset}${red}" # second color c1="${reset}${red}" # second color
## OUTPUT ## OUTPUT

View file

@ -44,11 +44,11 @@ if [ -x "$(command -v tput)" ]; then
fi fi
# you can change these # you can change these
lc="${reset}${bold}${green}" # labels lc="${reset}${bold}${green}" # labels
nc="${reset}${bold}${green}" # user and hostname nc="${reset}${bold}${green}" # user and hostname
ic="${reset}${bold}${white}" # info ic="${reset}${bold}${white}" # info
c0="${reset}${bold}${white}" # first color c0="${reset}${bold}${white}" # first color
c1="${reset}${white}" # second color c1="${reset}${white}" # second color
## OUTPUT ## OUTPUT

View file

@ -44,11 +44,11 @@ if [ -x "$(command -v tput)" ]; then
fi fi
# you can change these # you can change these
lc="${reset}${bold}${blue}" # labels lc="${reset}${bold}${blue}" # labels
nc="${reset}${bold}${blue}" # user and hostname nc="${reset}${bold}${blue}" # user and hostname
ic="${reset}${bold}${white}" # info ic="${reset}${bold}${white}" # info
c0="${reset}${bold}${white}" # first color c0="${reset}${bold}${white}" # first color
c1="${reset}${bold}${cyan}" # second color c1="${reset}${bold}${cyan}" # second color
## OUTPUT ## OUTPUT

View file

@ -44,11 +44,11 @@ if [ -x "$(command -v tput)" ]; then
fi fi
# you can change these # you can change these
lc="${reset}${bold}${red}" # labels lc="${reset}${bold}${red}" # labels
nc="${reset}${bold}${red}" # user and hostname nc="${reset}${bold}${red}" # user and hostname
ic="${reset}${bold}${white}" # info ic="${reset}${bold}${white}" # info
c0="${reset}${bold}${red}" # first color c0="${reset}${bold}${red}" # first color
c1="${reset}${red}" # second color c1="${reset}${red}" # second color
## OUTPUT ## OUTPUT

View file

@ -44,11 +44,11 @@ if [ -x "$(command -v tput)" ]; then
fi fi
# you can change these # you can change these
lc="${reset}${bold}${magenta}" # labels lc="${reset}${bold}${magenta}" # labels
nc="${reset}${bold}${magenta}" # user and hostname nc="${reset}${bold}${magenta}" # user and hostname
ic="${reset}${bold}${white}" # info ic="${reset}${bold}${white}" # info
c0="${reset}${bold}${magenta}" # first color c0="${reset}${bold}${magenta}" # first color
c1="${reset}${magenta}" # second color c1="${reset}${magenta}" # second color
## OUTPUT ## OUTPUT

View file

@ -43,12 +43,12 @@ if [ -x "$(command -v tput)" ]; then
fi fi
# you can change these # you can change these
lc="${reset}${bold}${black}" # labels lc="${reset}${bold}${black}" # labels
nc="${reset}${bold}${black}" # user and hostname nc="${reset}${bold}${black}" # user and hostname
ic="${reset}${bold}${white}" # info ic="${reset}${bold}${white}" # info
c0="${reset}${bold}${black}" # first color c0="${reset}${bold}${black}" # first color
c1="${reset}${white}" # second color c1="${reset}${white}" # second color
c2="${reset}${yellow}" # third color c2="${reset}${yellow}" # third color
## OUTPUT ## OUTPUT

View file

@ -44,11 +44,11 @@ if [ -x "$(command -v tput)" ]; then
fi fi
# you can change these # you can change these
lc="${reset}${bold}${yellow}" # labels lc="${reset}${bold}${yellow}" # labels
nc="${reset}${bold}${yellow}" # user and hostname nc="${reset}${bold}${yellow}" # user and hostname
ic="${reset}${bold}${white}" # info ic="${reset}${bold}${white}" # info
c0="${reset}${bold}${yellow}" # first color c0="${reset}${bold}${yellow}" # first color
c1="${reset}${bold}${white}" # second color c1="${reset}${bold}${white}" # second color
## OUTPUT ## OUTPUT

View file

@ -43,10 +43,10 @@ if [ -x "$(command -v tput)" ]; then
fi fi
# you can change these # you can change these
lc="${reset}${bold}" # labels lc="${reset}${bold}" # labels
nc="${reset}${bold}" # user and hostname nc="${reset}${bold}" # user and hostname
ic="${reset}" # info ic="${reset}" # info
c0="${reset}" # first color c0="${reset}" # first color
## OUTPUT ## OUTPUT

View file

@ -43,11 +43,11 @@ if [ -x "$(command -v tput)" ]; then
fi fi
# you can change these # you can change these
lc="${reset}${bold}${blue}" # labels lc="${reset}${bold}${blue}" # labels
nc="${reset}${bold}${blue}" # user and hostname nc="${reset}${bold}${blue}" # user and hostname
ic="${reset}${bold}${white}" # info ic="${reset}${bold}${white}" # info
c0="${reset}${bold}${white}" # first color c0="${reset}${bold}${white}" # first color
c1="${reset}${bold}${cyan}" # second color c1="${reset}${bold}${cyan}" # second color
## OUTPUT ## OUTPUT

View file

@ -44,10 +44,10 @@ if [ -x "$(command -v tput)" ]; then
fi fi
# you can change these # you can change these
lc="${reset}${bold}${green}" # labels lc="${reset}${bold}${green}" # labels
nc="${reset}${bold}${green}" # user and hostname nc="${reset}${bold}${green}" # user and hostname
ic="${reset}${bold}${white}" # info ic="${reset}${bold}${white}" # info
c0="${reset}${green}" # first color c0="${reset}${bold}${green}" # first color
## OUTPUT ## OUTPUT

View file

@ -44,11 +44,11 @@ if [ -x "$(command -v tput)" ]; then
fi fi
# you can change these # you can change these
lc="${reset}${bold}${green}" # labels lc="${reset}${bold}${green}" # labels
nc="${reset}${bold}${green}" # user and hostname nc="${reset}${bold}${green}" # user and hostname
ic="${reset}${bold}${white}" # info ic="${reset}${bold}${white}" # info
c0="${reset}${bold}${green}" # first color c0="${reset}${bold}${green}" # first color
c1="${reset}${bold}${white}" # second color c1="${reset}${bold}${white}" # second color
## OUTPUT ## OUTPUT

View file

@ -44,10 +44,10 @@ if [ -x "$(command -v tput)" ]; then
fi fi
# you can change these # you can change these
lc="${reset}${bold}${white}" # labels lc="${reset}${bold}${white}" # labels
nc="${reset}${bold}${white}" # user and hostname nc="${reset}${bold}${white}" # user and hostname
ic="${reset}${bold}${white}" # info ic="${reset}${bold}${white}" # info
c0="${reset}${bold}${white}" # first color c0="${reset}${bold}${white}" # first color
## OUTPUT ## OUTPUT

View file

@ -44,11 +44,11 @@ if [ -x "$(command -v tput)" ]; then
fi fi
# you can change these # you can change these
lc="${reset}${bold}${blue}" # labels lc="${reset}${bold}${blue}" # labels
nc="${reset}${bold}${blue}" # user and hostname nc="${reset}${bold}${blue}" # user and hostname
ic="${reset}${bold}${white}" # info ic="${reset}${bold}${white}" # info
c0="${reset}${blue}" # first color c0="${reset}${blue}" # first color
c1="${reset}${bold}${blue}" # second color c1="${reset}${bold}${blue}" # second color
## OUTPUT ## OUTPUT

View file

@ -44,12 +44,12 @@ if [ -x "$(command -v tput)" ]; then
fi fi
# you can change these # you can change these
lc="${reset}${bold}${yellow}" # labels lc="${reset}${bold}${yellow}" # labels
nc="${reset}${bold}${yellow}" # user and hostname nc="${reset}${bold}${yellow}" # user and hostname
ic="${reset}${bold}${white}" # info ic="${reset}${bold}${white}" # info
c0="${reset}${yellow}" # first color c0="${reset}${yellow}" # first color
c1="${reset}${white}" # second color c1="${reset}${white}" # second color
c2="${reset}${bold}${yellow}" # third color c2="${reset}${bold}${yellow}" # third color
## OUTPUT ## OUTPUT

View file

@ -44,11 +44,10 @@ if [ -x "$(command -v tput)" ]; then
fi fi
# you can change these # you can change these
lc="${reset}${bold}${magenta}" # labels lc="${reset}${bold}${magenta}" # labels
nc="${reset}${bold}${magenta}" # user and hostname nc="${reset}${bold}${magenta}" # user and hostname
ic="${reset}${bold}${white}" # info ic="${reset}${bold}${white}" # info
c0="${reset}${bold}${magenta}" # first color c0="${reset}${bold}${magenta}" # first color
c1="${reset}${magenta}" # second color
## OUTPUT ## OUTPUT

View file

@ -44,10 +44,10 @@ if [ -x "$(command -v tput)" ]; then
fi fi
# you can change these # you can change these
lc="${reset}${bold}${cyan}" # labels lc="${reset}${bold}${cyan}" # labels
nc="${reset}${bold}${cyan}" # user and hostname nc="${reset}${bold}${cyan}" # user and hostname
ic="${reset}${bold}${white}" # info ic="${reset}${bold}${white}" # info
c0="${reset}${bold}${cyan}" # first color c0="${reset}${bold}${cyan}" # first color
## OUTPUT ## OUTPUT

View file

@ -44,10 +44,10 @@ if [ -x "$(command -v tput)" ]; then
fi fi
# you can change these # you can change these
lc="${reset}${bold}${blue}" # labels lc="${reset}${bold}${blue}" # labels
nc="${reset}${bold}${blue}" # user and hostname nc="${reset}${bold}${blue}" # user and hostname
ic="${reset}${bold}${white}" # info ic="${reset}${bold}${white}" # info
c0="${reset}${bold}${white}" # first color c0="${reset}${bold}${white}" # first color
## OUTPUT ## OUTPUT

View file

@ -44,11 +44,11 @@ if [ -x "$(command -v tput)" ]; then
fi fi
# you can change these # you can change these
lc="${reset}${bold}${red}" # labels lc="${reset}${bold}${red}" # labels
nc="${reset}${bold}${red}" # user and hostname nc="${reset}${bold}${red}" # user and hostname
ic="${reset}${bold}${white}" # info ic="${reset}${bold}${white}" # info
c0="${reset}${bold}${green}" # first color c0="${reset}${bold}${green}" # first color
c1="${reset}${bold}${red}" # second color c1="${reset}${bold}${red}" # second color
## OUTPUT ## OUTPUT

View file

@ -44,10 +44,10 @@ if [ -x "$(command -v tput)" ]; then
fi fi
# you can change these # you can change these
lc="${reset}${bold}${green}" # labels lc="${reset}${bold}${green}" # labels
nc="${reset}${bold}${green}" # user and hostname nc="${reset}${bold}${green}" # user and hostname
ic="${reset}${bold}${white}" # info ic="${reset}${bold}${white}" # info
c0="${reset}${bold}${green}" # first color c0="${reset}${bold}${green}" # first color
## OUTPUT ## OUTPUT

View file

@ -44,10 +44,10 @@ if [ -x "$(command -v tput)" ]; then
fi fi
# you can change these # you can change these
lc="${reset}${bold}${yellow}" # labels lc="${reset}${bold}${yellow}" # labels
nc="${reset}${bold}${yellow}" # user and hostname nc="${reset}${bold}${yellow}" # user and hostname
ic="${reset}${bold}${white}" # info ic="${reset}${bold}${white}" # info
c0="${reset}${bold}${yellow}" # first color c0="${reset}${bold}${yellow}" # first color
## OUTPUT ## OUTPUT

View file

@ -44,11 +44,11 @@ if [ -x "$(command -v tput)" ]; then
fi fi
# you can change these # you can change these
lc="${reset}${bold}${green}" # labels lc="${reset}${bold}${green}" # labels
nc="${reset}${bold}${green}" # user and hostname nc="${reset}${bold}${green}" # user and hostname
ic="${reset}${bold}${white}" # info ic="${reset}${bold}${white}" # info
c0="${reset}${bold}${green}" # first color c0="${reset}${bold}${green}" # first color
c1="${reset}${green}" # second color c1="${reset}${green}" # second color
## OUTPUT ## OUTPUT

View file

@ -44,10 +44,10 @@ if [ -x "$(command -v tput)" ]; then
fi fi
# you can change these # you can change these
lc="${reset}${bold}${yellow}" # labels lc="${reset}${bold}${yellow}" # labels
nc="${reset}${bold}${yellow}" # user and hostname nc="${reset}${bold}${yellow}" # user and hostname
ic="${reset}${bold}${white}" # info ic="${reset}${bold}${white}" # info
c0="${reset}${bold}${yellow}" # first color c0="${reset}${bold}${yellow}" # first color
## OUTPUT ## OUTPUT