mirror of
https://github.com/fluencelabs/trust-graph-test
synced 2025-03-15 07:51:03 +00:00
6 lines
84 B
Bash
Executable File
6 lines
84 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
./build.sh
|
|
RUST_LOG="info" mrepl Config.toml
|