Welcome to mirror list, hosted at ThFree Co, Russian Federation.

save_to_file.clj « examples « plugins - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a59d83749d35167b8b9ca99022c8aece97323bd9 (plain)
1
2
3
#!/usr/bin/env clojure
(let [in (slurp *in*)]
  (spit "/tmp/clj-data.txt" in))