File: build

package info (click to toggle)
math-combinatorics-clojure 0.1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: xml: 25; sh: 22; makefile: 14
file content (5 lines) | stat: -rw-r--r-- 155 bytes parent folder | download
1
2
3
4
5
#!/bin/sh

CLASSPATH=/usr/share/java/clojure.jar:/usr/share/java/math.combinatorics.jar

clojure -cp $CLASSPATH -e '(use '"'"'clojure.math.combinatorics)'