Skip to content

Instantly share code, notes, and snippets.

@galdre
Created March 11, 2019 21:01
Show Gist options
  • Select an option

  • Save galdre/5285ed6a94e70f9a2d5a81c1b36bd7d6 to your computer and use it in GitHub Desktop.

Select an option

Save galdre/5285ed6a94e70f9a2d5a81c1b36bd7d6 to your computer and use it in GitHub Desktop.
Clojure shell scripts
#!/usr/bin/env sh
#_(
DEPS='
{:deps
{org.clojure/clojure {:mvn/version "1.10.0"}
}}
'
exec clojure -Sdeps "$DEPS" "$0" "$@"
exit 1
)
(require '[clojure.java.shell :as sh])
(prn *command-line-args*)
(System/exit 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment