7 lines
136 B
Bash
Executable File
7 lines
136 B
Bash
Executable File
#!/bin/bash
|
|
# This script will run everthing for you. Sit back and enjoy they show.
|
|
|
|
set -e
|
|
|
|
./compile-geth.sh
|
|
docker-compose up --build |