BigW Consortium Gitlab

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