mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-04-13 00:01:20 +00:00
7 lines
102 B
Bash
Executable File
7 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
pushd ..
|
|
./gradlew $COMPOSE_DEFAULT_GRADLE_ARGS "$@" || exit 1
|
|
popd |