10 lines
151 B
Bash
Raw Normal View History

#!/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