1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-07 16:49:16 +00:00

Adjustment of file structure

This commit is contained in:
Tw93
2025-10-16 10:53:00 +08:00
parent d09ef46eab
commit 2f0c74c621
7 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ set -euo pipefail
# Get script directory and source dependencies
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source "$SCRIPT_DIR/common.sh"
source "$SCRIPT_DIR/simple_menu.sh"
source "$SCRIPT_DIR/menu_simple.sh"
# Config file path
WHITELIST_CONFIG="$HOME/.config/mole/whitelist"