mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
8 lines
160 B
Bash
8 lines
160 B
Bash
#!/usr/bin/env bash
|
|
|
|
CUR_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
source "$CUR_PATH/acore-docker-build"
|
|
|
|
bash acore.sh db-assembler import-all
|