File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010# ###[ Global Variables ]################################################################
1111
1212
13- C_GREEN=$' \033 [0;32m'
14- C_BLUE=$' \033 [0;34m'
15- C_CYAN=$' \033 [0;36m'
16- C_RED=$' \033 [1;31m'
17- C_NC=$' \033 [0m'
18- readonly C_GREEN C_BLUE C_CYAN C_RED C_NC
13+ readonly C_GREEN=$' \033 [0;32m'
14+ readonly C_BLUE=$' \033 [0;34m'
15+ readonly C_CYAN=$' \033 [0;36m'
16+ readonly C_RED=$' \033 [1;31m'
17+ readonly C_NC=$' \033 [0m'
1918
2019readonly C_INVALID_INPUT=" ${C_RED} Invalid input:${C_NC} "
21- readonly C_SUCC=" ${C_GREEN} ==>${C_NC} "
2220readonly C_ERROR=" ${C_RED} ERROR:${C_NC} "
21+ readonly C_SUCC=" ${C_GREEN} ==>${C_NC} "
2322readonly C_INFO=" ${C_BLUE} ==>${C_NC} "
2423readonly C_NOTE=" ${C_CYAN} ==>${C_NC} "
2524
Original file line number Diff line number Diff line change 44# directory. This will allow the script to be executed anywhere in the terminal.
55#
66# Version: v1.0.2
7+ # License: MIT License
8+ # Copyright (c) 2021-2026 Hunter T. (StrangeRanger)
79#
810# #######################################################################################
911set -euo pipefail
You can’t perform that action at this time.
0 commit comments