hacker-challenge-sgx-general/scripts/start.sh
2024-08-20 02:10:41 +03:00

9 lines
219 B
Bash
Executable File

#!/bin/sh
# This script start the hacker challenge from within the docker container.
# It's only purpose is to help bootstrap a test network.
echo $INIT_NODES | tr ' ' '\n' > /detee_challenge_nodes
/hacker-challenge