nucypher/examples/finnegans_wake_demo/download_finnegans_wake.sh

6 lines
253 B
Bash
Raw Normal View History

2018-11-04 13:09:42 +00:00
#!/usr/bin/env bash
echo "Downloading Finnegan's Wake Text..."
wget "https://github.com/nucypher/nucypher/files/1765576/finnegans-wake.txt" -O ./finnegans-wake.txt
echo "Successfully downloaded. To run the demo execute 'python finnegans-wake-demo.py'"