Skip to content

Commit

Permalink
Use clojure command to power release.clj shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Mar 11, 2019
1 parent 5740b91 commit 651e9e7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions release.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#^:shebang '[
exec java -cp "$HOME/.m2/repository/org/clojure/clojure/1.8.0/clojure-1.8.0.jar" clojure.main "$0" "$@"
]
#!/usr/bin/env clojure

"USAGE: ./release.clj <new-version>"

(def new-v (first *command-line-args*))

Expand Down

0 comments on commit 651e9e7

Please sign in to comment.