compiler-design-excercises/build.sh
2025-05-05 00:22:11 +02:00

4 lines
80 B
Bash
Executable file

#!/usr/bin/env sh
set -e
cd "$(dirname "$0")"
./gradlew --no-daemon installDist