This website requires JavaScript.
Explore
Help
Sign In
root
/
gitlab-ce
mirror of
https://gitlab.com/free-releases/gitlab-ce.git
Watch
1
Star
0
Fork
You've already forked gitlab-ce
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
as-if-foss/rspec-clickhouse-streamline
gitlab-ce
/
file_hooks
/
examples
/
save_to_file.clj
4 lines
79 B
Clojure
Executable File
Raw
Permalink
Blame
History
#
!/usr/bin/env
clojure
(
let
[
in
(
slurp
*in*
)
]
(
spit
"/tmp/clj-data.txt"
in
)
)
Reference in New Issue
View Git Blame
Copy Permalink