Files
gitlab-foss/file_hooks/examples/save_to_file.clj
2020-04-21 15:21:10 +00:00

4 lines
79 B
Clojure
Executable File

#!/usr/bin/env clojure
(let [in (slurp *in*)]
(spit "/tmp/clj-data.txt" in))