mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-25 16:03:48 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env ruby
|
||||
x = STDIN.read
|
||||
x = $stdin.read
|
||||
File.write('/tmp/rb-data.txt', x)
|
||||
|
Reference in New Issue
Block a user