File: run-clojure

package info (click to toggle)
clojure 1.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,320 kB
  • sloc: java: 41,010; xml: 601; sh: 96; makefile: 28
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)'