Skip to content

Instantly share code, notes, and snippets.

View si-rbrisita's full-sized avatar

Robert Brisita si-rbrisita

View GitHub Profile
@si-rbrisita
si-rbrisita / neo.sh
Last active October 30, 2015 18:01 — forked from jexp/neo.sh
Send Cypher commands to Neo4j instance.
#!/usr/bin/env bash
# usage neo.sh [-h host:port] [-u user:pass] [cmd]
# end cypher statements with semicolon
# terminate read loop with ^d or return
# Originially from: https://gist.github.com/jexp/8213614
# Slight edits and comments by:
# @author Robert Brisita <rbrisita@snap-interactive.com>