packaged binary

This commit is contained in:
Parker TenBroeck 2026-03-11 10:33:51 -04:00
parent 0289d1171f
commit defbd88adf
11 changed files with 110 additions and 24 deletions

View file

@ -1,10 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
pushd conn >/dev/null
cargo build --release
popd >/dev/null
pushd relay >/dev/null
cargo run --release -- "$@"