7 lines
185 B
Plaintext
7 lines
185 B
Plaintext
|
#!/bin/bash -e
|
||
|
|
||
|
working_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||
|
cd ${working_dir}
|
||
|
|
||
|
wget -nv -O pokec_small.setup.cypher http://deps.memgraph.io/pokec_small.setup.cypher
|