mirror of https://github.com/nucypher/nucypher.git
7 lines
151 B
Bash
7 lines
151 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
# runs in docker on circle ci
|
||
|
|
||
|
set -e
|
||
|
python /code/examples/finnegans_wake_demo/finnegans-wake-demo-federated.py 172.29.1.3:11500
|