Files
azeroth-core-android/acore.sh
2026-01-25 22:24:57 +01:00

9 lines
159 B
Bash
Executable File

#!/usr/bin/env bash
[ -z "$WITH_ERRORS" ] && set -e
CUR_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source "$CUR_PATH/apps/installer/main.sh"