mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-12-06 02:30:26 -08:00
8 lines
176 B
Bash
Executable file
8 lines
176 B
Bash
Executable file
#!/bin/bash
|
|
CURRENT_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
source "$CURRENT_PATH/includes/common.sh"
|
|
|
|
source "$CURRENT_PATH/includes/includes.sh"
|
|
|
|
configure
|