mirror of
https://github.com/ParkerTenBroeck/hdl_sim.git
synced 2026-06-06 21:24:06 -04:00
added webUI
This commit is contained in:
parent
a266096f32
commit
0201990df8
16 changed files with 2590 additions and 341 deletions
11
run_relay.sh
Executable file
11
run_relay.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
pushd conn >/dev/null
|
||||
cargo build --release
|
||||
popd >/dev/null
|
||||
|
||||
|
||||
pushd relay >/dev/null
|
||||
cargo run --release
|
||||
popd >/dev/null
|
||||
Loading…
Add table
Add a link
Reference in a new issue