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

save_to_file.rb « examples « file_hooks - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 88e5986337b4344602fc3e1112d3e743723dcffb (plain)
1
2
3
#!/usr/bin/env ruby
x = $stdin.read
File.write('/tmp/rb-data.txt', x)