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