#!/bin/bash cd "$(dirname "$0")" . ./prepare pushd .. ./gradlew buildNativeDemo $COMPOSE_DEFAULT_GRADLE_ARGS "$@" || exit 1 popd