mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-07-19 05:13:52 +00:00
5 lines
83 B
Bash
Executable File
5 lines
83 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
cd "$(dirname "$0")"
|
|
./gradlew buildAll "$@"
|