mirror of
https://github.com/simon987/music-graph-scripts.git
synced 2025-04-10 05:56:42 +00:00
6 lines
135 B
Bash
Executable File
6 lines
135 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
export NEO4J_HOME="/home/drone/Downloads/neo4j-community-3.5.3"
|
|
|
|
cat seed.cypher | ${NEO4J_HOME}/bin/cypher-shell
|