mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-07-29 12:48:15 +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)
|