7 lines
213 B
Bash
Executable File
7 lines
213 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
working_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
cd ${working_dir}
|
|
|
|
wget -nv -O pokec_small.setup.cypher https://s3-eu-west-1.amazonaws.com/deps.memgraph.io/pokec_small.setup.cypher
|