Skip to content

Instantly share code, notes, and snippets.

@noprompt
Created March 27, 2014 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noprompt/9820733 to your computer and use it in GitHub Desktop.
Save noprompt/9820733 to your computer and use it in GitHub Desktop.
#!/usr/bin/env boot
#tailrecursion.boot.core/version "2.0.0"
(set-env!
:dependencies '[[org.clojure/tools.cli "0.3.1"]])
(require
'[clojure.string :as string]
'[clojure.tools.cli :refer [parse-opts]])
(defn -main
[& args]
(println ":-(")
(System/exit 0))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment