mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 21:35:42 +00:00
6 lines
99 B
Bash
Executable File
6 lines
99 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
bazel build //src/main/scala/net/eagle0/eagle:eagle_server
|