mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08: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 "$@" |