Hackfut Security File Manager
Current Path:
/opt/td-agent/embedded/lib/ruby/gems/2.4.0/gems/systemu-2.5.2/samples
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.4.0
/
gems
/
systemu-2.5.2
/
samples
/
📁
..
📄
a.rb
(394 B)
📄
b.rb
(406 B)
📄
c.rb
(286 B)
📄
d.rb
(190 B)
📄
e.rb
(238 B)
📄
f.rb
(498 B)
Editing: b.rb
# # quite a few keys can be passed to the command to alter it's behaviour. if # either stdout or stderr is supplied those objects should respond_to? '<<' # and only status will be returned # require 'systemu' date = %q( ruby -e" t = Time.now; STDOUT.puts t; STDERR.puts t " ) stdout, stderr = '', '' status = systemu date, 'stdout' => stdout, 'stderr' => stderr p [ status, stdout, stderr ]
Upload File
Create Folder