gitlab-org--gitlab-foss/file_hooks/examples/save_to_file.clj

4 lines
79 B
Clojure
Executable File

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