mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-22 23:33:36 +05:00
bugfix: fix the wrong displaying of color codes in windows-consoles
This commit is contained in:
10
kiauh.sh
10
kiauh.sh
@@ -4,11 +4,11 @@ set -e
|
|||||||
|
|
||||||
### set some variables
|
### set some variables
|
||||||
ERROR_MSG=""
|
ERROR_MSG=""
|
||||||
green=$(echo -en "\001\033[01;32m\002")
|
green=$(echo -en "\e[92m")
|
||||||
yellow=$(echo -en "\001\033[01;33m\002")
|
yellow=$(echo -en "\e[93m")
|
||||||
red=$(echo -en "\001\033[01;31m\002")
|
red=$(echo -en "\e[91m")
|
||||||
cyan=$(echo -en "\001\033[01;36m\002")
|
cyan=$(echo -en "\e[96m")
|
||||||
default=$(echo -en "\001\033[0m\002")
|
default=$(echo -en "\e[97m")
|
||||||
|
|
||||||
### set important directories
|
### set important directories
|
||||||
#klipper
|
#klipper
|
||||||
|
|||||||
Reference in New Issue
Block a user