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

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