mirror of
https://github.com/ParkerTenBroeck/hdl_sim.git
synced 2026-06-06 21:24:06 -04:00
7 lines
107 B
Bash
Executable file
7 lines
107 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
|
|
pushd relay >/dev/null
|
|
cargo run --release -- "$@"
|
|
popd >/dev/null
|