Skip to content

Commit

Permalink
Remove the neo4j-shell scripts and man-pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvest committed Oct 2, 2018
1 parent 20f4f81 commit 0b50b3a
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 417 deletions.
2 changes: 1 addition & 1 deletion packaging/standalone/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.PHONY: help
script_names=neo4j neo4j-admin neo4j-backup neo4j-import neo4j-shell
script_names=neo4j neo4j-admin neo4j-backup neo4j-import
scripts=$(patsubst %,src/main/distribution/shell-scripts/bin/%,${script_names})
help: ## Print this help text
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 0b50b3a

Please sign in to comment.