File: run-clojure

package info (click to toggle)
clojure 1.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,704 kB
  • sloc: java: 43,177; xml: 599; sh: 68; makefile: 50
file content (3 lines) | stat: -rw-r--r-- 59 bytes parent folder | download | duplicates (4)
1
2
3
#!/bin/sh

clojure -e '(map inc [0 1 2])' | grep '(1 2 3)'