mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
10 lines
181 B
Bash
10 lines
181 B
Bash
#!/usr/bin/env bash
|
|
|
|
CURRENT_PATH=$( cd "$(dirname "${BASH_SOURCE[0]}")" || exit ; pwd )
|
|
|
|
# shellcheck source=./config.sh
|
|
source "$CURRENT_PATH/config.sh"
|
|
|
|
acore_dash_config "$@"
|
|
|