mirror of
https://github.com/simon987/music-graph-scripts.git
synced 2025-04-16 08:56:45 +00:00
6 lines
119 B
Bash
Executable File
6 lines
119 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
export NEO4J_HOME="/home/drone/Documents/neo4j"
|
|
|
|
cat seed.cypher | ${NEO4J_HOME}/bin/cypher-shell
|