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