⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby master
All Projects
Ruby
»
Ruby master
Overview
Activity
Roadmap
Issues
Repository
Like
Download (184 Bytes)
Bug #11909
» prova2.rb
pierisimone (Simone Pieri)
, 12/30/2015 10:10 AM
cmd
=
"ruby /tmp/prova6.rb"
o
=
[]
puts
"Parent is
#{
Process
.
pid
}
"
puts
'Parent eseguo: '
+
cmd
IO
.
popen
(
cmd
)
{
|
f
|
"Parent cmd ended ..."
o
=
f
.
readlines
o
.
each
{
|
x
|
puts
x
}
}
« Previous
1
…
4
5
6
7
Next »
(6-6/7)
Loading...