mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-07-25 17:08:32 +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))
|