mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-21 23:43:41 +00:00
4 lines
79 B
Clojure
Executable File
4 lines
79 B
Clojure
Executable File
#!/usr/bin/env clojure
|
|
(let [in (slurp *in*)]
|
|
(spit "/tmp/clj-data.txt" in))
|