Files
moonwell-core/acore.sh
T
2025-08-12 00:41:59 +04:00

9 lines
159 B
Bash

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