Skip to content

Commit

Permalink
add example for process.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Dec 26, 2012
1 parent 34911d1 commit 796f43a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions example/process.rb
@@ -0,0 +1,9 @@
#!mruby

UV::spawn({
'file' => 'c:\\windows\\system32\\notepad.exe',
'args' => []
}) do
puts "exit"
end
UV::run()

0 comments on commit 796f43a

Please sign in to comment.