mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-11 12:54:13 +00:00
10 lines
151 B
Bash
10 lines
151 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
# Set up the routing needed for the simulation.
|
||
|
/setup.sh
|
||
|
|
||
|
echo "Client params: $CLIENT_PARAMS"
|
||
|
|
||
|
./bin/utp_test_app $CLIENT_PARAMS
|