mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2026-01-24 13:21:10 -08:00
7 lines
133 B
Bash
Executable file
7 lines
133 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
CUR_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
source "$CUR_PATH/apps/installer/main.sh"
|