mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 11:30:55 +00:00
Fixing echos.
This commit is contained in:
parent
67726f96f7
commit
4f0f039ef8
1 changed files with 2 additions and 2 deletions
|
|
@ -13,11 +13,11 @@ RESET='\e[0m'
|
|||
|
||||
# Pretty print (function).
|
||||
info_print () {
|
||||
echo -ne "${BOLD}${BYELLOW}[ ${BGREEN}•${BYELLOW} ] $1${RESET}"
|
||||
echo -e "${BOLD}${BYELLOW}[ ${BGREEN}•${BYELLOW} ] $1${RESET}"
|
||||
}
|
||||
# Alert user of bad input (function).
|
||||
error_print () {
|
||||
echo -ne "${BOLD}${BRED}[ ${BBLUE}•${BRED} ] $1${RESET}"
|
||||
echo -e "${BOLD}${BRED}[ ${BBLUE}•${BRED} ] $1${RESET}"
|
||||
}
|
||||
|
||||
# Virtualization check (function).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue