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