diff options
| author | Alon Levy <alon@pobox.com> | 2015-01-27 12:36:50 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-01-27 12:36:50 +0200 |
| commit | 1b3d9ebb4425dcee22ede0fd1be8c33c5d61e2b4 (patch) | |
| tree | b3c1da12db30df45be4a5ebaf1d1cb3c089346bb /reset-local-database.sh | |
| parent | dff333b558cb29f1c6fa6d13ee4239a9bc0a81a6 (diff) | |
add reset-local-database.sh, extract tools/utils.sh
Diffstat (limited to 'reset-local-database.sh')
| -rwxr-xr-x | reset-local-database.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/reset-local-database.sh b/reset-local-database.sh new file mode 100755 index 00000000..ad53f8b7 --- /dev/null +++ b/reset-local-database.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +. tools/utils.sh + +quit_if_no_neo4j_running + +$NEO4J_SHELL -file res/neo4j/reset-db__single_link.cypher |
