mirror of
https://github.com/simon987/music-graph-scripts.git
synced 2025-12-17 08:39:03 +00:00
Initial commit
This commit is contained in:
5
seed_neo4j_db.sh
Executable file
5
seed_neo4j_db.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
export NEO4J_HOME="/home/drone/Downloads/neo4j-community-3.5.3"
|
||||
|
||||
cat seed.cypher | ${NEO4J_HOME}/bin/cypher-shell
|
||||
Reference in New Issue
Block a user