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