mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-07-18 04:43:58 +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 "$@"
|