mirror of
https://github.com/Steffo99/unimore-bda-4.git
synced 2024-11-24 17:04:22 +00:00
5 lines
109 B
Bash
5 lines
109 B
Bash
|
#!/usr/bin/env bash
|
||
|
repo=$(git rev-parse --show-toplevel)
|
||
|
export NEO4J_HOME="$repo/data/neo4j"
|
||
|
neo4j console
|