File: build

package info (click to toggle)
nrepl-clojure 1.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,996 kB
  • sloc: makefile: 50; java: 19; sh: 15; xml: 10
file content (5 lines) | stat: -rw-r--r-- 126 bytes parent folder | download
1
2
3
4
5
#!/bin/sh

CLASSPATH=/usr/share/java/clojure.jar:/usr/share/java/nrepl.jar

clojure -cp $CLASSPATH -e '(use '"'"'nrepl.core)'