Skip to content

Instantly share code, notes, and snippets.

@azolotko
Created April 22, 2015 05:00
Show Gist options
  • Save azolotko/58233c1ec1d93710ebe5 to your computer and use it in GitHub Desktop.
Save azolotko/58233c1ec1d93710ebe5 to your computer and use it in GitHub Desktop.
An example of Homebrew generated wrapper for a Datomic command
#!/bin/bash
JAVA_HOME="$(/usr/libexec/java_home)" exec "/usr/local/Cellar/datomic/0.9.5153/libexec/bin/repl" "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment