mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-25 16:03:48 +00:00
4 lines
70 B
Ruby
Executable File
4 lines
70 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
x = $stdin.read
|
|
File.write('/tmp/rb-data.txt', x)
|