gitlab-org--gitlab-foss/plugins/examples/save_to_file.clj
Dmitriy Zaporozhets ba95015a09 Reorganize plugins dir structure
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-02-26 16:06:49 +02:00

3 lines
79 B
Clojure
Executable file

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