mirror of
https://github.com/tw93/Mole.git
synced 2026-02-07 12:48:31 +00:00
✨ Add whitelist selection mechanism
This commit is contained in:
@@ -4,6 +4,12 @@
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
# Prevent multiple sourcing
|
||||
if [[ -n "${MOLE_COMMON_LOADED:-}" ]]; then
|
||||
return 0
|
||||
fi
|
||||
readonly MOLE_COMMON_LOADED=1
|
||||
|
||||
# Color definitions (readonly for safety)
|
||||
readonly ESC=$'\033'
|
||||
readonly GREEN="${ESC}[0;32m"
|
||||
|
||||
Reference in New Issue
Block a user