Skip to content

Commit 651e9e7

Browse files
committed
Use clojure command to power release.clj shebang
1 parent 5740b91 commit 651e9e7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

release.clj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
#^:shebang '[
2-
exec java -cp "$HOME/.m2/repository/org/clojure/clojure/1.8.0/clojure-1.8.0.jar" clojure.main "$0" "$@"
3-
]
1+
#!/usr/bin/env clojure
42

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

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

0 commit comments

Comments
 (0)