Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save craftybones/a5bd7509efb9cda3561997358cad1178 to your computer and use it in GitHub Desktop.
Save craftybones/a5bd7509efb9cda3561997358cad1178 to your computer and use it in GitHub Desktop.
if ([ "$LEIN_FAST_TRAMPOLINE" != "" ] || [ -r .lein-fast-trampoline ]) &&
[ -r project.clj ]; then
INPUTS="$@ $(cat project.clj) $LEIN_VERSION $(cat "$LEIN_HOME/profiles.clj")"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment