mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 03:13:10 +00:00
7 lines
141 B
Bash
7 lines
141 B
Bash
#!/usr/bin/env bash
|
|
|
|
CURRENT_PATH=$( cd "$(dirname "${BASH_SOURCE[0]}")" || exit ; pwd )
|
|
|
|
source "$CURRENT_PATH/modules.sh"
|
|
|
|
inst_module "$@" |