mirror of
https://github.com/fluencelabs/trust-graph-test
synced 2025-04-25 06:32:33 +00:00
6 lines
87 B
Bash
6 lines
87 B
Bash
|
#!/usr/bin/env bash
|
||
|
set -euo pipefail
|
||
|
|
||
|
./build.sh
|
||
|
RUST_LOG="info" fce-repl Config.toml
|