diff --git a/temp.rb b/temp.rb deleted file mode 100644 index fa65e16..0000000 --- a/temp.rb +++ /dev/null @@ -1,7 +0,0 @@ -puts "parent process is #{Process.pid}" - -if fork.nil? - puts "im the child, my pid is #{Process.pid}" -else - puts "im the parent, my pid is #{Process.pid}" -end