File: import-dynapath

package info (click to toggle)
libdynapath-clojure 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 168 kB
  • sloc: xml: 78; makefile: 14; sh: 4
file content (5 lines) | stat: -rw-r--r-- 131 bytes parent folder | download
1
2
3
4
5
#!/bin/sh

for lib in defaults dynamic-classpath util; do
	clojure -cp /usr/share/java/dynapath.jar -e "(use 'dynapath.$lib)"
done