mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 12:06:45 +00:00
Symbol specification output
This commit is contained in:
@@ -29,7 +29,7 @@ VERBOSE=1
|
||||
readonly ICON_SUCCESS="✓"
|
||||
readonly ICON_ADMIN="●"
|
||||
readonly ICON_CONFIRM="◎"
|
||||
readonly ICON_ERROR="✗"
|
||||
readonly ICON_ERROR="☻"
|
||||
|
||||
# Logging functions
|
||||
log_info() { [[ ${VERBOSE} -eq 1 ]] && echo -e "${BLUE}$1${NC}"; }
|
||||
|
||||
Reference in New Issue
Block a user