File: build

package info (click to toggle)
cpath-clojure 0.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 144 kB
  • sloc: makefile: 20; sh: 2
file content (5 lines) | stat: -rw-r--r-- 169 bytes parent folder | download
1
2
3
4
5
#!/bin/sh

CLASSPATH=/usr/share/java/clojure.jar:/usr/share/java/java.classpath.jar:/usr/share/java/cpath-clj.jar

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