3 lines
69 B
Ruby
Executable file
3 lines
69 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
x = STDIN.read
|
|
File.write('/tmp/rb-data.txt', x)
|